init
This commit is contained in:
14
src/config.js
Normal file
14
src/config.js
Normal file
@ -0,0 +1,14 @@
|
||||
export const config = {
|
||||
database: {
|
||||
url: 'mongodb://localhost:27017',
|
||||
db: 'yggdrasil'
|
||||
},
|
||||
server: {
|
||||
port: 3000,
|
||||
url: '',
|
||||
},
|
||||
signing: {
|
||||
public: '/path/to/public.pem',
|
||||
private: '/path/to/private.key'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user