before merge
This commit is contained in:
parent
071f30764a
commit
cf7c648813
8
.env
8
.env
@ -14,10 +14,10 @@
|
||||
NGINX_ENVSUBST_TEMPLATE_SUFFIX=".conf"
|
||||
|
||||
# BASE_URL=http://localhost
|
||||
# SOCKET_URL=bess-f2r2s16:8080
|
||||
BASE_URL=bess-f2r2s16:8080
|
||||
REACT_APP_BASE_URL=bess-f2r2s16:8080
|
||||
REDIRECT_URI=http://bess-f2r2s16:8080/api/auth/login
|
||||
# SOCKET_URL=localhost:8080
|
||||
BASE_URL=localhost:8080
|
||||
REACT_APP_BASE_URL=localhost:8080
|
||||
REDIRECT_URI=http://localhost:8080/api/auth/login
|
||||
#postgres var
|
||||
# POSTGRES_HOST=127.0.0.1
|
||||
# DB_TYPE=postgres
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
REACT_APP_BASE_URL=bess-f2r2s16:8080
|
||||
REACT_APP_SOCKET_URL=bess-f2r2s16
|
||||
REACT_APP_BASE_URL=localhost:8080
|
||||
REACT_APP_SOCKET_URL=localhost
|
||||
REACT_APP_API_SECRET=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
|
||||
REACT_APP_CLIENT_UID=u-s4t2ud-6d29dfa49ba7146577ffd8bf595ae8d9e5aaa3e0a9615df18777171ebf836a41
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
/* By: apommier <apommier@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/06/01 18:24:46 by apommier #+# #+# */
|
||||
/* Updated: 2023/06/23 23:34:20 by apommier ### ########.fr */
|
||||
/* Updated: 2023/06/24 15:36:48 by apommier ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user