8 lines
357 B
Bash
8 lines
357 B
Bash
DATABASE_CONNECTION = mongodb://horacio:frx8us2w@192.168.1.50:20215/turnosxpress
|
|
DATABASE_CONNECTION_ATLAS = mongodb+srv://horacio:frx8us2w@reservar.a2cgd.mongodb.net/reservar
|
|
DATABASE_CONNECTION_LOCAL = mongodb://horacio:frx8us2w@192.168.1.50:20215/turnosxpress
|
|
|
|
DEFAULT_ADMIN_PORT = 3005
|
|
DEFAULT_BOT_START_PORT = 3010
|
|
CONTAINER_API_URL = http://localhost
|