.env.sample 452 B

1234567
  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