7 lines
133 B
Bash
7 lines
133 B
Bash
# Web server
|
|
SERVER_ADDRESS=localhost
|
|
SERVER_PORT=9091
|
|
|
|
# Database
|
|
DATABASE_URL=postgres://USER:PASSWORD@localhost:5432/label_editor
|