Skip to content

Commit

Permalink
config: ⚙️ change default BIO_EDIT_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Aug 10, 2024
1 parent e0b8250 commit 675dca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundestag.io/admin/.env.example
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions bundestag.io/admin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env.local
.env.development.local
.env.test.local
Expand Down

0 comments on commit 675dca5

Please sign in to comment.