# mopac-discourse-go credentials (copy to a 0600 file, e.g. # ~/.config/discourse-go/env, source it, and fill in). Values are NEVER # passed as flags or arguments. Any *.env file in this repo is gitignored. # # Instance root, no trailing slash. DISCOURSE_URL=https://community.turnsys.com # Discourse API key (Admin API > Keys, or a user API key). Creating # categories requires an admin-scoped key; a standard key 403s there. DISCOURSE_API_KEY=replace-me # The user the key acts as (must match the key's allowed username, or be # "system" for global keys). DISCOURSE_API_USERNAME=reachableceo