generated from nhcarrigan/template
14 lines
842 B
Bash
14 lines
842 B
Bash
## Global Values
|
|
BOT_TOKEN="op://Environment Variables - Naomi/Celestine/token"
|
|
MONGO_URI="op://Environment Variables - Naomi/Celestine/mongo_uri"
|
|
DEBUG_HOOK="op://Environment Variables - Naomi/Celestine/webhook"
|
|
NODE_ENV="op://Environment Variables - Naomi/Celestine/environment"
|
|
LOG_HOOK="op://Environment Variables - Naomi/Celestine/webhook"
|
|
STAFF_GUILD="op://Environment Variables - Naomi/Celestine/home_server"
|
|
|
|
## Server Shit
|
|
GITHUB_WEBHOOK_SECRET="op://Environment Variables - Naomi/Celestine/github_webhook_secret"
|
|
PATREON_WEBHOOK_SECRET="op://Environment Variables - Naomi/Celestine/patreon_webhook_secret"
|
|
KOFI_WEBHOOK_SECRET="op://Environment Variables - Naomi/Celestine/kofi_webhook_secret"
|
|
GITHUB_TOKEN="op://Environment Variables - Naomi/Celestine/github_pat"
|
|
LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/api_auth" |