blob: 4cec92f75074222d4e667bd7aad685421b74a70a (
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!"
|