manage-accounts-service/api/.env.example

3 lines
150 B
Text
Raw Normal View History

2023-08-13 08:51:54 +00:00
REDIS_CONNECTION_URL="redis://localhost:6379"
SERVER_PORT=3000
MONGO_CONNECTION_URL="mongodb://{example_user}:{example_password}@localhost:27017/{DB}"