svenstaro / rust-web-boilerplate

Rust web template for modern web backend applications
MIT License
311 stars 51 forks source link

Get secret from environment. #1

Closed hatzel closed 7 years ago

hatzel commented 7 years ago

A secret can be specified in Rocket.toml for each environment. In any enviornment but 'development' the application will panic if no secret is set.