.env.sample 717 B

12345678910111213
  1. # if `GITHUB_API_TOKEN` is not set here, the token can also be stored in `~/.gitconfig`
  2. GITHUB_API_TOKEN=MUST_BE_CONFIGURED
  3. DATABASE_URL=MUST_BE_CONFIGURED
  4. GITHUB_WEBHOOK_SECRET=MUST_BE_CONFIGURED
  5. # for logging, refer to this document: https://rust-lang-nursery.github.io/rust-cookbook/development_tools/debugging/config_log.html
  6. # `RUSTC_LOG` is not required to run the application, but it makes local development easier
  7. # RUST_LOG=MUST_BE_CONFIGURED
  8. # If you are running a bot on non-rustbot account,
  9. # this allows to configure that username which the bot will respond to.
  10. # For example write blahblahblah here, if you want for this bot to
  11. # respond to @blahblahblah claim.
  12. # TRIAGEBOT_USERNAME=CAN_BE_CONFIGURED