From d034849300fe9db2d3b8c179a8d76e82167574a8 Mon Sep 17 00:00:00 2001 From: jefry Date: Wed, 3 Nov 2021 10:16:32 +0700 Subject: [PATCH] ready live Former-commit-id: be682118927c05ba7de416ecb9dc8374761fb557 --- env-example | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/env-example b/env-example index 7647f47..f861480 100644 --- a/env-example +++ b/env-example @@ -1,14 +1,6 @@ -//local -API_URL=http://127.0.0.1:14005 -API_GRAPHQL_URI=http://127.0.0.1:14005/graphql -BACKEND_SERVER_URI =http://127.0.0.1:14005 +API_URL=#STRAPI URL# +API_GRAPHQL_URI=#STRAPI URL#/graphql +BACKEND_SERVER_URI =#STRAPI URL# -//live -API_URL=http://172.16.1.8:14009 -API_GRAPHQL_URI=http://172.16.1.8:14009/graphql -BACKEND_SERVER_URI=http://172.16.1.8:14009 - -//strapi live server -API_URL=https://strapisite.thamrin.xyz -API_GRAPHQL_URI=https://strapisite.thamrin.xyz/graphql -BACKEND_SERVER_URI =https://strapisite.thamrin.xyz \ No newline at end of file +PORT=#PORT# +NODE_ENV = production \ No newline at end of file