ftp-manager/config/application.yml.sample

25 lines
521 B
Plaintext

# Add configuration values here, as shown below.
defaults: &defaults
mysql_host: "localhost"
mysql_usr: "user"
mysql_pwd: "password"
full_app_url: "localhost:3000"
gitlab_oauth: provider-url
gitlab_client: client-id
gitlab_secret: client-secret
gitlab_callback: local-callback
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/"