vanikam/config/default.toml

36 lines
1.2 KiB
TOML
Raw Normal View History

2024-05-13 21:29:59 +05:30
debug = true
2024-05-18 19:40:48 +05:30
source_code = "https://git.batsense.net/libre-solutions/vanikam"
2024-05-13 21:29:59 +05:30
allow_registration = true
[server]
# Please set a unique value, your mCaptcha instance's security depends on this being
# unique
#cookie_secret = "Zae0OOxf^bOJ#zN^&k7VozgW&QAx%n02TQFXpRMG4cCU0xMzgu3dna@tQ9dvc&TlE6p*n#kXUdLZJCQsuODIV%r$@o4%770ePQB7m#dpV!optk01NpY0@615w5e2Br4d"
# The port at which you want authentication to listen to
# takes a number, choose from 1000-10000 if you dont know what you are doing
port = 7000
#IP address. Enter 0.0.0.0 to listen on all available addresses
ip= "0.0.0.0"
# enter your hostname, eg: example.com
2024-05-18 19:40:48 +05:30
hostname = "http://localhost:7000"
2024-05-13 21:29:59 +05:30
#cookie_secret = ""
[database]
# This section deals with the database location and how to access it
# Please note that at the moment, we have support for only postgresqa.
# Example, if you are Batman, your config would be:
# url = "postgres://batman:password@batcave.org:5432/batcave"
# database_type = "postgres"
# pool = 4
url = "postgres://example.org" # hack for tests to run successfully
pool = 4
2024-05-18 19:40:48 +05:30
[email]
url="smtps://username:password@smtp.example.com:465"
from="Vanikam Info <vanikam@example.com>"
reply_to="Vanikam Support <vanikam@example.com>"
2024-07-17 20:16:21 +05:30
[meili]
url = "http://localhost:7700"
#api_key = ""