Load server information from .env file.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user