Created
October 9, 2018 22:11
-
-
Save dpaola2/023a3c6f6065f8687cf259e879097159 to your computer and use it in GitHub Desktop.
gcloud app.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
entrypoint: bundle exec rails s --port $PORT | |
env: flex | |
runtime: ruby | |
env_variables: | |
SECRET_KEY_BASE: REDACTED | |
DATABASE_HOST: /cloudsql/italic-216515:us-west1:supplier-center-prod-pg | |
DATABASE_USERNAME: postgres | |
DATABASE_PASSWORD: REDACTED | |
DATABASE_NAME: supplier_center_production | |
SENDGRID_USERNAME: apikey | |
SENDGRID_PASSWORD: REDACTED | |
SMTP_DOMAIN: italic.com | |
SMTP_HOST: smtp.sendgrid.net | |
SMTP_PORT: 587 | |
RAILS_ENV: production | |
RACK_ENV: production | |
AIRTABLE_API_KEY: REDACTED | |
AIRTABLE_BASE_KEY: REDACTED | |
HOSTNAME: suppliers.italic.com | |
BOXC_API_KEY: REDACTED | |
beta_settings: | |
cloud_sql_instances: italic-216515:us-west1:supplier-center-prod-pg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment