diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-09 17:38:23 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-09 17:38:23 +0200 |
commit | ce0a2b123603edcde4e17eacc02bafeec85f74ab (patch) | |
tree | 8bb4c20776fec63f7235772f8f698c76d74eee86 /.env.example | |
parent | 80a73aeee4d2677961d9377c6f5b597ea2b8f473 (diff) |
delete api for moderation
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 7bf7f89..b85437f 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,6 @@ ## If the database is on the same computer # DBSTRING="dbname=chan host=/tmp" + +## moderation password, bcrypted +# MODPASS='$2a$10$XddhgpWF.pk3udraZk1CaOhiogMnOs2NYb24d44W/xxmND88VEy82' |