1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00
budibase/packages/server/config.js
2019-06-14 10:05:46 +01:00

10 lines
161 B
JavaScript

module.exports = () => ({
datastore: "local",
datastoreConfig: {
rootPath: "./.data"
},
keys: ["secret1", "secret2"],
port: 4001
})