File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ To get going clone this repository and perform the following steps:
11
11
Alternatively perform all of the following steps manually.
12
12
1 . Change application name in ` config/application.rb ` .
13
13
1 . Update ` database.yml ` to reflect the new application name.
14
+ 1 . Update ` TODO ` items in ` config/environments/production.rb ` .
14
15
1 . If you plan on using Figaro, copy ` config/application.yml.example ` to ` config/application.yml ` .
15
16
1 . ESLint is preconfigured for modern JS with React support (AirBnB styleguide). If you want to use
16
17
it install packages with ` npm install ` , otherwise remove ` .eslintrc ` and ` package.json ` .
Original file line number Diff line number Diff line change 93
93
94
94
# Do not dump schema after migrations.
95
95
config . active_record . dump_schema_after_migration = false
96
+
97
+ # TODO: Prevent host header injection
98
+ # Uncomment and configure the following configuration option(s).
99
+ # If your environment is more difficult (subdomains or different TLDs), try
100
+ # https://github.com/synack/rack-allowed_hosts instead.
101
+ # config.action_controller.default_url_options = { host: "www.yoursite.com" }
102
+ # config.action_controller.asset_host = "www.yoursite.com"
96
103
end
You can’t perform that action at this time.
0 commit comments