Simple contact form to RSVP to a wedding. Written in Rust and powered by Rocket.rs.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[development]
|
|
address = "127.0.0.1"
|
|
port = 13337
|
|
|
|
[production]
|
|
address = "127.0.0.1"
|
|
port = 13337
|
|
|