mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Merge branch 'master' of github.com:stronk-dev/LivepeerEvents
This commit is contained in:
commit
50517684fe
15
backend/src/config.js
Normal file
15
backend/src/config.js
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
//Server configuration variables
|
||||||
|
export const {
|
||||||
|
PORT = 42609,
|
||||||
|
NODE_ENV = 'local',
|
||||||
|
MONGO_URI = "DB PRODUCTION EVIRONMENT MONGODB",
|
||||||
|
MONGO_URI_DEV = 'DB TEST EVIRONMENT MONGODB',
|
||||||
|
MONGO_URI_LOCAL = 'mongodb://localhost/livepeer',
|
||||||
|
SESS_NAME = 'sid',
|
||||||
|
SESS_SECRET = 'secret!session',
|
||||||
|
SESS_LIFETIME = (1000 * 60 * 60) * 24 * 365,
|
||||||
|
API_CMC = "Coinmarketcap API key",
|
||||||
|
API_L1_HTTP = "ETH L1 HTTP API KEY",
|
||||||
|
API_L2_HTTP = "ETH L2 HTTP API KEY",
|
||||||
|
API_L2_WS = "ALCHEMY WSS API KEY"
|
||||||
|
} = process.env;
|
Loading…
x
Reference in New Issue
Block a user