mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
Initial Commit
This commit is contained in:
commit
4e9199bf3e
12 changed files with 267 additions and 0 deletions
11
.env.example
Normal file
11
.env.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
POSTGRESQL_HOST=127.0.0.1
|
||||
POSTGRESQL_USER=gomastodonstats
|
||||
POSTGRESQL_PASS="superrandompassword"
|
||||
POSTGRESQL_STATS_DB=gomastodonstats
|
||||
TIMEZONE="Pacific/Auckland"
|
||||
|
||||
PIXELFED_DB_SCHEMA=pixelfed
|
||||
MATRIX_DB_SCHEMA=matrix
|
||||
MASTODON_DB_SCHEMA=mastodon_production
|
||||
MOBILIZON_DB_SCHEMA=mobilizon_prod
|
||||
PEERTUBE_DB_SCHEMA=peertube_prod
|
Loading…
Add table
Add a link
Reference in a new issue