From 9964b039c353752d57a1313ad62e6542e2cc71fd Mon Sep 17 00:00:00 2001 From: djangoreactdev Date: Fri, 9 Jun 2023 17:59:54 +0000 Subject: [PATCH] fdsgf --- production-build.yml | 2 +- production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production-build.yml b/production-build.yml index 54af946..d9f003b 100644 --- a/production-build.yml +++ b/production-build.yml @@ -88,7 +88,7 @@ services: - codehelp-api environment: NODE_ENV: production - REACT_APP_BASE_API: "" + REACT_APP_BASE_API: https://codehelp-api:5000 # user: root traefik: diff --git a/production.yml b/production.yml index 6dd4de2..8187727 100644 --- a/production.yml +++ b/production.yml @@ -84,7 +84,7 @@ services: - codehelp-api environment: NODE_ENV: production - REACT_APP_BASE_API: "" + REACT_APP_BASE_API: https://codehelp-api:5000 # user: root