Update .env

This commit is contained in:
LorenzoPaciotti 2025-06-27 09:50:50 +00:00
parent 71e8149364
commit 0b0b461793

8
.env
View File

@ -6,7 +6,7 @@
# odoo environment variables
#DB PSQL REMOTO
HOST=192.168.1.179
USER=odoo
PASSWORD=odoo
DB_PORT=5432
HOST=<HOST_PSQL>
USER=<USER_PSQL>
PASSWORD=<PASSWORD_PSQL>
DB_PORT=<PORTA_PSQL>