diff --git a/manifest-staging.yml b/manifest-staging.yml index 8327fa9f..62796326 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -1,5 +1,5 @@ applications: -- name: code-api +- name: code-api-v2.6.5 memory: 100M instances: 1 disk_quota: 512M @@ -14,10 +14,16 @@ applications: NODE_ENV: staging NEW_RELIC_APP_NAME: code-api-staging LOGGER_LEVEL: info + USE_HSTS: true + HSTS_MAX_AGE: 31536000 + HSTS_PRELOAD: true + HSTS_SUBDOMAINS: true GET_REMOTE_METADATA: true + GITHUB_API_KEY: not_a_token + NEW_RELIC_LICENSE_KEY: not_a_token REMOTE_METADATA_LOCATION: https://raw.githubusercontent.com/GSA/code-gov-data/master/agency_metadata.json ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch services: - code_gov_elasticsearch stack: cflinuxfs3 - command: npm start \ No newline at end of file + command: npm start diff --git a/manifest.yml b/manifest.yml index c65e2457..2391e4a6 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ applications: -- name: code-api +- name: code-api-v2.6.5 memory: 512M - instances: 2 + instances: 1 disk_quota: 512M health-check-type: process routes: @@ -15,9 +15,15 @@ applications: NEW_RELIC_APP_NAME: code-api-prod LOGGER_LEVEL: info GET_REMOTE_METADATA: true + USE_HSTS: true + HSTS_MAX_AGE: 31536000 + HSTS_PRELOAD: true + HSTS_SUBDOMAINS: true + GITHUB_API_KEY: not_a_token + NEW_RELIC_LICENSE_KEY: not_a_token REMOTE_METADATA_LOCATION: https://raw.githubusercontent.com/GSA/code-gov-data/master/agency_metadata.json ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch services: - code_gov_elasticsearch stack: cflinuxfs3 - command: npm start \ No newline at end of file + command: npm start