This commit is contained in:
Liam Chan 2025-02-18 10:56:02 +08:00
parent 0f576d5480
commit b61af75169
2 changed files with 4 additions and 1 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
GRAPHQL_ENDPOINT="http://172.16.6.246:8055/graphql"
API_TOKEN="WkVWFMiFcrjsXRZqsL30Cd4Sboe0DRk-"
GRAPHQL_ENDPOINT_WITH_TOKEN="http://172.16.6.246:8055/graphql?access_token=WkVWFMiFcrjsXRZqsL30Cd4Sboe0DRk-"

2
.gitignore vendored
View File

@ -100,7 +100,7 @@ web_modules/
# dotenv environment variable files # dotenv environment variable files
.env # .env
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local