Test adding MySQL

This commit is contained in:
Daniel Mason 2023-05-08 22:59:39 +12:00
parent 44a6a2b634
commit ee2ab2b7a2
Signed by: idanoo
GPG key ID: 387387CDBC02F132
9 changed files with 111 additions and 11 deletions

View file

@ -2,8 +2,14 @@ POSTGRESQL_HOST=127.0.0.1
POSTGRESQL_USER=gomastodonstats
POSTGRESQL_PASS="superrandompassword"
POSTGRESQL_STATS_DB=gomastodonstats
MYSQL_HOST=127.0.0.1
MYSQL_USER=gomastodonstats
MYSQL_PASS="superrandompassword"
TIMEZONE="Pacific/Auckland"
# PostgreSQL
PIXELFED_DB_SCHEMA=pixelfed
MATRIX_DB_SCHEMA=matrix
MASTODON_DB_SCHEMA=mastodon_production
@ -12,6 +18,9 @@ PEERTUBE_DB_SCHEMA=peertube_prod
BOOKWYRM_DB_SCHEMA=bookwyrm
CALCKEY_DB_SCHEMA=calckey
# MySQL
WRITEAS_DB_SCHEMA=writeas
MATRIX_WEBHOOK_URL=""
MATRIX_WEBHOOK_API_KEY=""
MATRIX_WEBHOOK_CHANNEL=""