slack status without the slack status.zzstoatzz.io/
quickslice
1# Environment Configuration 2PORT="8080" # The port your server will listen on 3HOST="127.0.0.1" # Hostname for the server 4PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id. 5# DB_PATH="./statusphere.sqlite3" # The SQLite database path. Leave commented out to use a temporary in-memory database. 6 7# Dev Mode Configuration 8DEV_MODE="false" # Enable dev mode for testing with dummy data. Access via ?dev=true query parameter when enabled. 9 10# Custom Emojis 11# Directory to read/write custom emoji image files at runtime. 12# For local dev, keep under the repo: 13EMOJI_DIR="static/emojis"