example_env 426 B

1234567891011
  1. export DATABASE_URL="postgresql://user:password@host:5432/db";
  2. export BOT_TOKEN="123456qweert";
  3. export USE_WEBHOOK=false
  4. export TERA_TEMPLATES="api/templates/**/*"
  5. export WEBHOOK_ADDR="https://localhost:5000/"
  6. export SERVER_URL="192.168.0.1:443"
  7. export CARGO_MANIFEST_DIR="/home/colonial/g_sheet_bot/release"
  8. export RUST_LOG=debug
  9. export GOOGLE_CREDS_FILE="somefile.json"
  10. export SHEET_ID="123456qweert"
  11. export RUST_BACKTRACE=0