From 675dca5c5ddac7698224fff841c60772cea2b341 Mon Sep 17 00:00:00 2001 From: Manuel Ruck Date: Sat, 10 Aug 2024 23:53:30 +0200 Subject: [PATCH] =?UTF-8?q?config:=20=E2=9A=99=EF=B8=8F=20change=20default?= =?UTF-8?q?=20BIO=5FEDIT=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Ruck --- bundestag.io/admin/.env.example | 2 +- bundestag.io/admin/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bundestag.io/admin/.env.example b/bundestag.io/admin/.env.example index 4656ace7e..0ce23b4f0 100644 --- a/bundestag.io/admin/.env.example +++ b/bundestag.io/admin/.env.example @@ -1,7 +1,7 @@ CREDENTIALS=user:password BUNDESTAGIO_SERVER_URL=https://internal.api.bundestag.io NEXTAUTH_SECRET=secret -BIO_EDIT_TOKEN="" +BIO_EDIT_TOKEN="local-token" AI_SERVER_URL=http://ai-votes:4003 AI_SERVER_URL_CODEGEN=http://localhost:4003 AI_ACCESS_TOKEN=EMPTY diff --git a/bundestag.io/admin/.gitignore b/bundestag.io/admin/.gitignore index 1437c53f7..74b758634 100644 --- a/bundestag.io/admin/.gitignore +++ b/bundestag.io/admin/.gitignore @@ -25,6 +25,7 @@ yarn-debug.log* yarn-error.log* # local env files +.env .env.local .env.development.local .env.test.local