updating host and accounts env vars

This commit is contained in:
Martin McKeaveney 2023-04-02 21:57:28 +01:00
parent cda9d8a095
commit 1b3996420f
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ BB_ADMIN_USER_PASSWORD=budibase
COUCH_DB_URL=http://budibase:budibase@localhost:4567
COUCH_DB_USER=budibase
COUCH_DB_PASSWORD=budibase
JWT_SECRET=test
JWT_SECRET=test
BUDIBASE_HOST=http://localhost:10000
BUDIBASE_ACCOUNTS_URL=http://localhost:10001