export DATABASE_URL="postgresql://user:password@host:5432/db"; export BOT_TOKEN="123456qweert"; export USE_WEBHOOK=false export TERA_TEMPLATES="api/templates/**/*" export WEBHOOK_ADDR="https://localhost:5000/" export SERVER_URL="192.168.0.1:443" export CARGO_MANIFEST_DIR="/home/colonial/g_sheet_bot/release" export RUST_LOG=debug export GOOGLE_CREDS_FILE="somefile.json" export SHEET_ID="123456qweert" export RUST_BACKTRACE=0