user/.env.dist

12 lines
197 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
2022-12-13 14:27:28 +00:00
# PRISMA
2022-12-16 16:31:08 +00:00
DATABASE_URL="postgresql://user:user@v3-user-db:5432/user?schema=public"
2022-12-13 14:27:28 +00:00
2022-12-22 13:24:51 +00:00
# RABBIT MQ
2023-01-05 15:17:37 +00:00
RMQ_URI=amqp://v3-broker:5672
2022-12-22 13:24:51 +00:00
2022-12-13 14:27:28 +00:00
# POSTGRES
POSTGRES_IMAGE=postgres:15.0