10 lines
221 B
Bash
10 lines
221 B
Bash
IMAGE_TAG=0.3.0
|
|
RUSTPAD_PORT=3000
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=3000
|
|
DATABASE_URL=sqlite:///data/rustpad.db?mode=rwc
|
|
DATABASE_MAX_CONNECTIONS=8
|
|
STATIC_DIR=/app/static
|
|
ASSET_VERSION=0.5.1
|
|
RUST_LOG=rustpad=info,tower_http=info
|