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