Update (dev) run script

This commit is contained in:
Basti 2021-09-13 16:27:58 +02:00
parent 06e45b6309
commit 54e10c6b88
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 5 additions and 6 deletions

11
run.sh
View File

@ -1,19 +1,18 @@
#!/bin/bash
PORT=4242 \
HUBOT_LOG_LEVEL="debug" \
HUBOT_IRC_SERVER="irc.freenode.net" \
HUBOT_IRC_DEBUG="1" \
HUBOT_IRC_USESSL="1" \
HUBOT_IRC_SERVER="irc.libera.chat" \
HUBOT_IRC_PORT="6697" \
HUBOT_IRC_ROOMS="#kosmos-random" \
HUBOT_IRC_NICK="botka_dev" \
HUBOT_IRC_UNFLOOD="300" \
HUBOT_RSS_PRINTSUMMARY="false" \
HUBOT_RSS_IRCCOLORS="true" \
HUBOT_RSS_HEADER="Update:" \
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,jaaan,slvrbckt,raucao" \
HUBOT_AUTH_ADMIN="bkero,gregkare,raucao" \
LOG_HTTP_PORT=7000 \
LOG_STEALTH="true" \
RS_LOGGER_USER="kosmos@5apps.com" \
RS_LOGGER_TOKEN="change-me" \
RS_LOGGER_SERVER_NAME="freenode" \
RS_LOGGER_PUBLIC="true" \
WEBHOOK_TOKEN="kosmosplusplus" \
VAPID_SUBJECT="https://example.com" \