First working prototype of the keyserver
This commit is contained in:
10
config/default.js
Normal file
10
config/default.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
server: {
|
||||
port: process.env.PORT || 8888,
|
||||
},
|
||||
log: {
|
||||
level: "silly"
|
||||
}
|
||||
};
|
||||
7
config/production.js
Normal file
7
config/production.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
log: {
|
||||
level: "error"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user