Load server information from .env file.

This commit is contained in:
2026-01-14 19:34:09 +01:00
parent 8659d58a57
commit 25a47bbce9
3 changed files with 21 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
# Web server
SERVER_ADDRESS=localhost
SERVER_PORT=9090
# Database
DATABASE_URL=sqlite:db.db
# DATABASE_URL=postgres://USER:PASSWORD@localhost:5432/label_editor