Updated env sample file

This commit is contained in:
phoenix
2025-04-20 15:20:02 -04:00
parent f91b7daff9
commit a16e358c5e
+5 -1
View File
@@ -1,2 +1,6 @@
DATABASE_URL=postgres://icarus:password@localhost/icarus
SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h
POSTGRES_USER=icarus
POSTGRES_PASSWORD=password
POSTGRES_DB=icarus_db
POSTGRES_HOST=main_db
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_HOST}