finga
7ad6f610d1
In order to keep the configuration globally available use `once_cell`. Also check for a valid email address in the part which is receiving the data from the api.
13 lines
189 B
TOML
13 lines
189 B
TOML
[database]
|
|
# host = "localhost"
|
|
# port = 5432
|
|
# name = "remindrs"
|
|
# user = "remindrs"
|
|
pass = "remindrs"
|
|
|
|
# [server]
|
|
# address = "::1"
|
|
# port = 8080
|
|
|
|
# [email]
|
|
# from = "remindrs@localhost"
|