mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
4 lines
127 B
Rust
4 lines
127 B
Rust
use micronfig::required;
|
|
|
|
required!(REDIS_CONN, String);
|
|
required!(AXUM_HOST, String); // FIXME: Use SocketAddr when possible
|