first version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const env = process.env
|
||||
module.exports = {
|
||||
server: {
|
||||
port: env.SERVER_PORT || 10230
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user