wedding-rsvp-rs/Rocket.toml
Dennis Potter ba68a745e7
First commit of wedding-rsvp-rs
This commit includes a fully functional template and Rust backend. The
website is able to send e-mails, displays strings in multiple languages,
include attachments, and has basic protection again spam (IP based).
2019-08-31 13:29:30 +02:00

8 lines
98 B
TOML

[development]
address = "127.0.0.1"
port = 13337
[production]
address = "127.0.0.1"
port = 13337