diff options
| author | KunoiSayami <[email protected]> | 2021-05-07 02:40:50 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-07 02:40:50 +0800 |
| commit | 3a8881fbaab4d18b865a44198db9c195041cbff2 (patch) | |
| tree | 35a78bbeaabc43ac505f3da5f75ec5ee92b0ca97 /src/datastructures.rs | |
| parent | 1bd3bfc91fda539ed236c5bb701441b7436d4ead (diff) | |
fix: Fix database can't initialize properly
Diffstat (limited to 'src/datastructures.rs')
| -rw-r--r-- | src/datastructures.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastructures.rs b/src/datastructures.rs index 12e23a2..6897bd3 100644 --- a/src/datastructures.rs +++ b/src/datastructures.rs @@ -33,6 +33,7 @@ const DEFAULT_DATABASE_LOCATION: &str = "/etc/cgit/auth.db"; pub struct Config { pub cookie_ttl: u64, database: String, + //access_node: hashmap, } impl Default for Config { |
