1
0
Fork 0
mirror of synced 2024-07-29 10:05:55 +12:00

Adding encryption key to manage of server.

This commit is contained in:
mike12345567 2023-01-16 18:51:48 +00:00
parent c645a9bc21
commit 95e8371b1d

View file

@ -29,6 +29,7 @@ async function init() {
ACCOUNT_PORTAL_URL: "http://localhost:10001",
ACCOUNT_PORTAL_API_KEY: "budibase",
JWT_SECRET: "testsecret",
ENCRYPTION_KEY: "testsecret",
REDIS_PASSWORD: "budibase",
MINIO_ACCESS_KEY: "budibase",
MINIO_SECRET_KEY: "budibase",