Docker changes #31

Merged
phoenix merged 19 commits from docker_changes into devel 2025-04-13 18:38:40 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit c2e8f838b1 - Show all commits

View File

@@ -1,2 +1 @@
DATABASE_URL=postgres://username:password@localhost/database_name
SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target /target
Cargo.lock Cargo.lock
.env .env
.main_db.env

1
.main_db.env Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=postgres://username:password@localhost/database_name