mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
Test adding MySQL
This commit is contained in:
parent
44a6a2b634
commit
ee2ab2b7a2
9 changed files with 111 additions and 11 deletions
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue