22 lines
433 B
Plaintext
22 lines
433 B
Plaintext
|
# Add configuration values here, as shown below.
|
||
|
|
||
|
defaults: &defaults
|
||
|
mysql_host: "localhost"
|
||
|
mysql_usr: "user"
|
||
|
mysql_pwd: "password"
|
||
|
mailjet_key: "api-key"
|
||
|
mailjet_secret: "api-secret"
|
||
|
default_mail_from: "skills-assessment@dev.perficientxd.com"
|
||
|
|
||
|
development:
|
||
|
<<: *defaults
|
||
|
|
||
|
test:
|
||
|
<<: *defaults
|
||
|
|
||
|
production:
|
||
|
<<: *defaults
|
||
|
mysql_usr: "user"
|
||
|
mysql_pwd: "password!"
|
||
|
secret_key_base: "super-long-secret-key-base"
|