mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Update config examples with alpha and staging envs
This commit is contained in:
parent
dba57fde9d
commit
e0fe1952f8
3 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
16.01.2015
|
16.01.2015
|
||||||
|
|
||||||
* Staging env added, please change apache conf in staging servers to "RailsEnv staging"
|
* Staging env added, please change apache conf in staging servers to "RailsEnv staging"
|
||||||
|
Then you need to add or update staging section in
|
||||||
|
--> config/database.yml
|
||||||
|
--> config/secrets.yml
|
||||||
|
--> config/application.yml
|
||||||
|
|
||||||
15.01.2015
|
15.01.2015
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,9 @@ development:
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
alpha:
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,12 @@ development:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
secret_key_base: generate-your-secret-key-by-rake-secret
|
secret_key_base: generate-your-secret-key-by-rake-secret
|
||||||
|
|
||||||
|
alpha:
|
||||||
|
secret_key_base: generate-your-secret-key-by-rake-secret
|
||||||
|
|
||||||
|
staging:
|
||||||
|
secret_key_base: generate-your-secret-key-by-rake-secret
|
||||||
|
|
||||||
production:
|
production:
|
||||||
secret_key_base: please-change
|
secret_key_base: generate-your-secret-key-by-rake-secret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue