mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
9 lines
254 B
Bash
9 lines
254 B
Bash
DATABASE_URL=sqlite://db/db.db
|
|
|
|
# PROTOCOL and BASE_URL are used to build links in application
|
|
PROTOCOL=http
|
|
BASE_URL=localhost:8080
|
|
|
|
# HOST tells the app which address to bind to (do not change for docker) default is 0.0.0.0:8080
|
|
# HOST=localhost:8080
|