manage-accounts-service/api/.env.example
2023-08-13 11:51:54 +03:00

3 lines
No EOL
150 B
Text

REDIS_CONNECTION_URL="redis://localhost:6379"
SERVER_PORT=3000
MONGO_CONNECTION_URL="mongodb://{example_user}:{example_password}@localhost:27017/{DB}"