1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-05-16 05:53:42 +02:00
brevo/defaultconfig.toml
2021-06-24 16:25:44 +02:00

9 lines
367 B
TOML

# database URL including username, password, IP, port and database
database_url = "mysql://brevo:brevo@127.0.0.1:3306/brevo"
# address to bind the HTTP server to
bind_addr = "127.0.0.1:3001"
# length of the suffix of shortened URLs
link_len = 6
# base URL where the service is reployed, used for displaying shortened URLs to users
base_url = "http://127.0.0.1:3001/"