# 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" full_app_url: "localhost:3000" development: <<: *defaults test: <<: *defaults production: <<: *defaults mysql_usr: "user" mysql_pwd: "password!" secret_key_base: "super-long-secret-key-base" full_app_url: "dev.perficientxd.com/Skills-Assessment/"