Add missing dev settings
This commit is contained in:
parent
db459e1025
commit
46e72a9ac3
|
@ -1 +1 @@
|
|||
Subproject commit 0432a5aec3ccdc321a94318805453276662b4c4f
|
||||
Subproject commit 3ba77724051b081eb2c5c37d02e9c63881ca5c2f
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue