Read settings from .env

This commit is contained in:
Joakim Hellsén 2024-02-17 20:07:21 +01:00
commit 5c0d6180ed
5 changed files with 28 additions and 14 deletions

View file

@ -1,11 +1,5 @@
PORT=8000
DATABASE_URL=sqlite:///db.sqlite3
ADMIN_EMAIL=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_HOST=gmail.com
EMAIL_PORT=587
HOST=127.0.0.1
DATABASE_URL=postgresql://localhost/feedvault?user=feedvault&password=feedvault
DISCORD_WEBHOOK_URL=
APP_ENV=development
USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0