This commit is contained in:
Jay
2019-05-22 23:28:20 +08:00
commit 2c1c61fb48
9 changed files with 2074 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
api_url: process.env.API_URL || '',
api_key: process.env.API_KEY || ''
}