Functionality #4

Merged
phoenix merged 8 commits from filled_out into devel 2025-06-01 00:56:16 +00:00
Showing only changes of commit 1c4c1b23cf - Show all commits

8
.env.sample Normal file
View File

@@ -0,0 +1,8 @@
SECRET_MAIN_KEY=Somesupersecretpassword!!!45345435
SECRET_KEY=AmIGoodEnoughForYou?
ROOT_DIRECTORY=/path/to/root
POSTGRES_MAIN_USER=myuser
POSTGRES_MAIN_PASSWORD=password
POSTGRES_MAIN_DB=my_db
POSTGRES_MAIN_HOST=localhost
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}