Add missing dev settings

This commit is contained in:
Adria Navarro 2023-11-07 19:43:43 +01:00
parent db459e1025
commit 46e72a9ac3
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0432a5aec3ccdc321a94318805453276662b4c4f
Subproject commit 3ba77724051b081eb2c5c37d02e9c63881ca5c2f

View File

@ -28,6 +28,7 @@ async function init() {
INTERNAL_API_KEY: "budibase",
ACCOUNT_PORTAL_URL: "http://localhost:10001",
ACCOUNT_PORTAL_API_KEY: "budibase",
PLATFORM_URL: "http://localhost:10000",
JWT_SECRET: "testsecret",
ENCRYPTION_KEY: "testsecret",
REDIS_PASSWORD: "budibase",