From b61af75169f9720384f663ed4665f287bbe25c7a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 18 Feb 2025 10:56:02 +0800 Subject: [PATCH] env --- .env | 3 +++ .gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ca529d7 --- /dev/null +++ b/.env @@ -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-" diff --git a/.gitignore b/.gitignore index cb002cb..19aa95f 100644 --- a/.gitignore +++ b/.gitignore @@ -100,7 +100,7 @@ web_modules/ # dotenv environment variable files -.env +# .env .env.development.local .env.test.local .env.production.local