first
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
api_url: process.env.API_URL || '',
|
||||
api_key: process.env.API_KEY || ''
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
api_url: process.env.API_URL || '',
|
||||
api_key: process.env.API_KEY || ''
|
||||
}
|
||||