8 lines
214 B
Bash
8 lines
214 B
Bash
|
PORT=8019
|
||
|
PORT_START=8020
|
||
|
BASE_URL=http://localhost
|
||
|
PASS="strongpassword, strongpassword32"
|
||
|
DB_MONGO_URL=mongodb://localhost:27017
|
||
|
DB_MONGO_NAME=session_out_omnihit_db
|
||
|
DB_MONGO_NAME_CAMPAIGN=broker_omnihit
|
||
|
|