diff --git a/kdb-web/nginx.conf b/kdb-web/nginx.conf index a06f2fdc30..10b6aac9ea 100644 --- a/kdb-web/nginx.conf +++ b/kdb-web/nginx.conf @@ -24,7 +24,7 @@ http { } location /api { - proxy_pass http://kdb_bot_staging_1; + proxy_pass http://kdb_bot_prod_1; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; diff --git a/kdb-web/src/environments/environment.development.ts b/kdb-web/src/environments/environment.development.ts deleted file mode 100644 index 5b94a55f0b..0000000000 --- a/kdb-web/src/environments/environment.development.ts +++ /dev/null @@ -1,4 +0,0 @@ -export const environment = { - production: true, - apiURL: "http://localhost:5000", -};