first
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
port: process.env.NODE_PORT || 10230,
|
||||
line: {
|
||||
secret: process.env.LINE_SECRET || '',
|
||||
access: process.env.LINE_ACCESS || ''
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user