File size: 262 Bytes
a5eaebe |
1 2 3 4 5 6 7 8 9 10 11 |
workers=1
WORKERS="${workers}"
# DB_NAME="${dbname}"
# DB_USERNAME="${username}"
# DB_PWD="${password}"
# DB_IP="${ipaddress}"
# DB_PORT="${port}"
# MONGO_PATH="mongodb://${DB_USERNAME}:${DB_PWD}@${DB_IP}:${DB_PORT}/"
# MONGO_PATH= "mongodb://localhost:27017/"
|