Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .env
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Production: https://api.eesast.com
# Development: https://api-dev.eesast.com
# Development with localhost: http://localhost:28888
REACT_APP_API_URL=https://api.eesast.com
REACT_APP_API_DEV_URL=http://localhost:28888
#REACT_APP_API_URL=http://localhost:28888
#REACT_APP_API_DEV_URL=http://localhost:28888

# Static resources like pictures in COS
REACT_APP_STATIC_URL=https://static.eesast.com

# Tencent COS bucket
REACT_APP_COS_BUCKET=eesast-1255334966
REACT_APP_COS_BUCKET_DEV=eesast-dev-1255334966

# Hasura
REACT_APP_HASURA_HTTPLINK=https://api.eesast.com/v1/graphql
REACT_APP_HASURA_DEV_HTTPLINK=https://api-dev.eesast.com/v1/graphql
REACT_APP_HASURA_WSLINK=wss://api.eesast.com/v1/graphql
REACT_APP_HASURA_DEV_WSLINK=wss://api-dev.eesast.com/v1/graphql


REACT_APP_PUSH_PUBLICKEY=BKSRw848EimTGFlZVpumm4jA2yhV25g8PjxRY_pEF8dJN4wqsbC5yQGSllhI63H_cDhRMDMtaRy57iLYc3MJoEY
GENERATE_SOURCEMAP=false
# Production: https://api.eesast.com
# Development: https://api-dev.eesast.com
# Development with localhost: http://localhost:28888
REACT_APP_API_URL=https://api.eesast.com
REACT_APP_API_DEV_URL=https://api-dev.eesast.com
#REACT_APP_API_URL=http://localhost:28888
#REACT_APP_API_DEV_URL=http://localhost:28888
# Static resources like pictures in COS
REACT_APP_STATIC_URL=https://static.eesast.com
# Tencent COS bucket
REACT_APP_COS_BUCKET=eesast-1255334966
REACT_APP_COS_BUCKET_DEV=eesast-dev-1255334966
# Hasura
REACT_APP_HASURA_HTTPLINK=https://api.eesast.com/v1/graphql
REACT_APP_HASURA_DEV_HTTPLINK=https://api-dev.eesast.com/v1/graphql
REACT_APP_HASURA_WSLINK=wss://api.eesast.com/v1/graphql
REACT_APP_HASURA_DEV_WSLINK=wss://api-dev.eesast.com/v1/graphql
REACT_APP_PUSH_PUBLICKEY=BKSRw848EimTGFlZVpumm4jA2yhV25g8PjxRY_pEF8dJN4wqsbC5yQGSllhI63H_cDhRMDMtaRy57iLYc3MJoEY
GENERATE_SOURCEMAP=false
Loading
Loading