blob: a46f76cc44e3febf77d1fb4829f0dba313dff045 (
plain) (
blame)
1
2
3
4
5
|
# My personal .env file I use for development. ~ @fuwn
# RUST_LOG=warn,whirl=info,whirl=debug #,whirl=trace
DATABASE_URL=sqlite:worlds.db
WORLDSMASTER_GREETING="Welcome to Whirlsplash!"
|