diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2021-07-29 19:55:06 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2021-07-29 19:55:06 +0000 |
| commit | ffd892ad332c994b8ed9536ff473c3037e05bc4d (patch) | |
| tree | 770984504bc5e729b1e38fc9f584301893772255 /src/config.rs | |
| parent | 60af8fbaa361fc233236675c20b0489f05288a59 (diff) | |
chore: use driver url as env variable
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 83ed7bd..3199c62 100644 --- a/src/config.rs +++ b/src/config.rs @@ -5,6 +5,7 @@ use serde::Deserialize; pub struct Config { pub cf: String, pub password: String, + pub driver_url: String, } impl Config { |
