swordmaster-cli 0.1.0

CLI tool to scaffold projects using the Swordmaster framework
1
2
3
4
5
6
7
8
9
10
11
DATABASE_URL=postgres://postgres:postgres@localhost:5432/{{PROJECT_NAME}}_db
APP_HOST=0.0.0.0
APP_PORT={{APP_PORT}}
RUST_LOG=info,sqlx=warn,sea_orm=info

# Database pool settings (optional - these are the defaults)
# DB_MAX_CONNECTIONS=100
# DB_MIN_CONNECTIONS=5
# DB_CONNECT_TIMEOUT=8
# DB_IDLE_TIMEOUT=600
# DB_MAX_LIFETIME=1800