diff options
author | FChannel <=> | 2021-01-18 13:02:03 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-18 13:02:03 -0800 |
commit | 02e5d46ed214d0efbc3fc566dea7f10415e3fadf (patch) | |
tree | e8400860239da186780b6ca2277232284fd9e05f /config-init | |
parent | 7ef5c8866930a887d866c92301069e5719c4b11e (diff) |
fix for syncing local and remote post count totals
Diffstat (limited to 'config-init')
-rw-r--r-- | config-init | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-init b/config-init index 2299ea8..f8173ea 100644 --- a/config-init +++ b/config-init @@ -3,8 +3,15 @@ instancetp:https:// instanceport:3000 instancename:FChan instancesummary:FChan is a federated image board instance. + dbhost:localhost dbport:5432 dbname:fchan_server dbuser:postgres dbpass:password + +emailserver: +emailport +emailaddress: +emailpass: + |