1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Remove current API keys

This commit is contained in:
Pedro Silva 2023-03-09 15:39:47 +00:00
parent ca489b531f
commit 2c20f242b4

View file

@ -1,10 +1,10 @@
const env = require("../src/environment")
//const env = require("../src/environment")
env._set("BUDIBASE_SERVER_URL", "http://localhost:4100")
env._set(
"BUDIBASE_PUBLIC_API_KEY",
"a65722f06bee5caeadc5d7ca2f543a43-d610e627344210c643bb726f"
)
//env._set("BUDIBASE_SERVER_URL", "http://localhost:4100")
//env._set(
// "BUDIBASE_PUBLIC_API_KEY",
// "a65722f06bee5caeadc5d7ca2f543a43-d610e627344210c643bb726f"
//)
// mock all dates to 2020-01-01T00:00:00.000Z
// use tk.reset() to use real dates in individual tests