first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user