ftp-manager/config/application.yml.sample

25 lines
521 B
Plaintext
Raw Normal View History

2016-08-27 16:32:04 -05:00
# Add configuration values here, as shown below.
defaults: &defaults
mysql_host: "localhost"
mysql_usr: "user"
mysql_pwd: "password"
full_app_url: "localhost:3000"
2016-09-12 22:15:44 -05:00
gitlab_oauth: provider-url
gitlab_client: client-id
gitlab_secret: client-secret
gitlab_callback: local-callback
2016-08-27 16:32:04 -05:00
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults
mysql_usr: "user"
mysql_pwd: "password!"
secret_key_base: "super-long-secret-key-base"
full_app_url: "production.domain.com/sub-folder/"