Skip to content

Commit

Permalink
update meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougley committed Oct 24, 2021
1 parent dfa460f commit 0c15aea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
20 changes: 6 additions & 14 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
# Standard configuration

BOT_TOKEN=MjM4NDk0NzU2NTIxMzc3Nzky.CunGFQ.wUILz7z6HoJzVeq6pyHPmVgQgV4
BOT_PREFIX=++
WILDBEAST_MASTERS=107904023901777920,152664793587777537
LAVALINK_NODES=[{"host": "localhost", "port": "8080", "region": "us", "password": "youshallnotpass"}]
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres

# API keys

TWITCH_ID=a3fsaffj4tbse36
IMGUR_KEY=5i8rythbhtx654235hrs34
# SENTRY_DSN=https://ingress.sentry.io
# WILDBEAST_BOTS_GG_KEY=daw3213vdsvz232
# WILDBEAST_TOP_GG_KEY=5ee54fgdn4yjcresjvj

# Advanced configuration

# WILDBEAST_K8S_AUTOSCALE=false
# LAVALINK_AUTODISCOVERY={}
# ENABLE_METRICS=false
# METRICS_INTERVAL=5000
# PROM_PORT=8080
# WILDBEAST_ENV_CHECK_DISABLED=false
# NODE_ENV=debug
# WILDBEAST_SUPPRESS_COMMANDLOG=false
# WILDBEAST_INVITE_OVERRIDE=https://invite.thesharks.xyz
# WILDBEAST_SHARDING_START=0
# WILDBEAST_SHARDING_END=1
# WILDBEAST_SHARDING_TOTAL=2
# WILDBEAST_LANGUAGE=en-EN
4 changes: 2 additions & 2 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
root: ./docs

structure:
readme: home.md
summary: README.md
readme: README.md
summary: SUMMARY.md
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions manifests/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ data:
# Depending on the driver you're using, enter your credentials here
# Typically, drivers consist of a host, username, and a password
# but this can differ between drivers, check your driver's documentation
DB_HOST: <Host>
DB_USER: <User>
DB_PASSWORD: <Password>
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres

0 comments on commit 0c15aea

Please sign in to comment.