Files
spacedrive/core/src/env.rs
Brendan Allan 3786e93a78 Remove client secret from apps (#1423)
* remove client secret from apps

* dumb
2023-10-03 14:45:19 +00:00

5 lines
65 B
Rust

pub struct Env {
pub api_url: String,
pub client_id: String,
}