Template del servicio de SIM

This commit is contained in:
2026-01-08 13:36:52 +01:00
parent a49469cd9e
commit 68631ff18f
33 changed files with 5138 additions and 1 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
POSTGRES_PASSWORD='1234'
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_PORT='5432'
DEV_POSTGRES_PORT='5432'
PORT=3000
RABBITMQ_USER='guest'
RABBITMQ_PASSWORD='guest'