auth/.env.dist

13 lines
215 B
Plaintext
Raw Normal View History

2022-12-15 09:59:45 +00:00
# SERVICE
2022-12-16 15:46:14 +00:00
SERVICE_URL=0.0.0.0
SERVICE_PORT=5002
2022-12-15 09:59:45 +00:00
# PRISMA
2023-01-10 14:28:19 +00:00
DATABASE_URL="postgresql://auth:auth@v3-auth-db:5432/auth?schema=public"
2022-12-15 09:59:45 +00:00
2022-12-22 13:31:46 +00:00
# RABBIT MQ
2023-01-06 13:37:26 +00:00
RMQ_URI=amqp://v3-broker:5672
2022-12-22 13:31:46 +00:00
2022-12-15 09:59:45 +00:00
# POSTGRES
POSTGRES_IMAGE=postgres:15.0