mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
5 lines
114 B
JavaScript
Executable file
5 lines
114 B
JavaScript
Executable file
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
API_URL: '"https://switchlist-api.herokuapp.com"'
|
|
}
|