user/.env.dist

22 lines
417 B
Plaintext
Raw Normal View History

2022-12-13 14:27:28 +00:00
# SERVICE
2022-12-15 16:14:50 +00:00
SERVICE_URL=0.0.0.0
2023-01-05 16:30:19 +00:00
SERVICE_PORT=5001
2023-01-26 16:28:50 +00:00
SERVICE_CONFIGURATION_DOMAIN=USER
2023-04-04 08:17:57 +00:00
HEALTH_SERVICE_PORT=6001
2022-12-13 14:27:28 +00:00
# PRISMA
2023-03-17 09:22:03 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=user"
2022-12-13 14:27:28 +00:00
2023-07-20 15:22:31 +00:00
# MESSAGE BROKER
MESSAGE_BROKER_URI=amqp://v3-broker:5672
MESSAGE_BROKER_EXCHANGE=mobicoop
2023-10-17 09:41:12 +00:00
MESSAGE_BROKER_EXCHANGE_DURABILITY=true
2022-12-22 13:24:51 +00:00
2023-01-26 15:48:47 +00:00
# REDIS
2023-03-17 09:22:03 +00:00
REDIS_HOST=v3-redis
2023-03-16 17:33:14 +00:00
REDIS_PASSWORD=redis
2023-01-26 16:28:50 +00:00
REDIS_PORT=6379
2023-01-30 13:33:08 +00:00
# CACHE
CACHE_TTL=5000