Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
Showing only changes of commit a16e358c5e - Show all commits
+6 -2
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}