mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-23 02:30:56 -04:00
- Remove socket.io-client npm package - Remove Socket.IO from gulpfile.js - Remove API_PUBLIC_WS_URL config variable from all environments - Remove Socket CSP directives (cdn.socket.io, wss:// URLs) - Remove unused data-host attribute from job template - Update test_headers.py to remove Socket.IO assertions - Update deployment configs (manifest.yml, deploy-config/*.yml, .github/workflows/*.yml)
11 lines
369 B
YAML
11 lines
369 B
YAML
env: staging
|
|
instances: 1
|
|
memory: 1G
|
|
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py gunicorn_entry:application
|
|
public_admin_route: notify-staging.app.cloud.gov
|
|
cloud_dot_gov_route: notify-staging.app.cloud.gov
|
|
redis_enabled: 1
|
|
nr_agent_id: '1134291385'
|
|
nr_app_id: '1031640326'
|
|
API_PUBLIC_URL: https://notify-api-staging.app.cloud.gov
|