diff --git a/.env.example b/.env.example index 78524770f..c29d8d9cf 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/.gitbook.yaml b/.gitbook.yaml index fa6785269..8edf68b26 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -1,5 +1,5 @@ root: ./docs structure: - readme: home.md - summary: README.md \ No newline at end of file + readme: README.md + summary: SUMMARY.md diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 542fc378b..58ea3a1df 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -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 diff --git a/manifests/secrets.yml b/manifests/secrets.yml index c6c5eab7d..f3b710332 100644 --- a/manifests/secrets.yml +++ b/manifests/secrets.yml @@ -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: - DB_USER: - DB_PASSWORD: + DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres