summaryrefslogtreecommitdiff
path: root/config/config.local.yaml
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'config/config.local.yaml')
-rw-r--r--config/config.local.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/config/config.local.yaml b/config/config.local.yaml
index 6d0abf3..e23c808 100644
--- a/config/config.local.yaml
+++ b/config/config.local.yaml
@@ -32,5 +32,16 @@ auth:
db:
type: sqlite3
config:
- dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc'
+ # dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc&_journal_mode=WAL'
+ dsn: 'file:/tmp/auth.db?cache=private&mode=rwc&_locking_mode=EXCLUSIVE&_mutex=no&_auto_vacuum=2&_journal_mode=WAL'
salt: '123'
+mail:
+ clientHost: '127.0.0.1:3000'
+ mailHost: '${MAIL_HOST}'
+ publicName: 'LOCAL.SAYA.TODAY'
+ mailAddress: '${MAIL_ADDRESS}'
+ username: '${MAIL_USERNAME}'
+ password: '${MAIL_PASSWORD}'
+ salt: '${MAIL_SALT}'
+ trigger:
+ onNewPost: "* * * * *"