Skip to content

Commit e68fe4f

Browse files
committed
Update repository URL and add license token security warning
1 parent 24e1286 commit e68fe4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

react_on_rails_pro/docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ ReactOnRailsPro.configure do |config|
5353
end
5454
```
5555

56+
⚠️ **Security Warning**: Never commit your license token to version control. Always use environment variables or secure secret management systems (like Rails credentials, Heroku config vars, AWS Secrets Manager, etc.).
57+
5658
## Rails Configuration
5759

5860
You don't need to create an initializer if you are satisfied with the defaults as described in [Configuration](./configuration.md).

react_on_rails_pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
"repository": {
118118
"type": "git",
119-
"url": "git+https://github.com/shakacode-tools/react_on_rails_pro.git"
119+
"url": "git+https://github.com/shakacode/react_on_rails.git"
120120
},
121121
"keywords": [
122122
"react",

0 commit comments

Comments
 (0)