diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-03 00:12:19 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | 3a4cd4935dafe6d445daac3b7d6ced409f99aa23 (patch) | |
| tree | 751e4ca259f7f35556fdfabc78dfacdedbad9ac5 /app/AggroConfig.py | |
| parent | c13734f56e9b01a61cfb66019a71d46c3dfe6f86 (diff) | |
Add web server
Diffstat (limited to 'app/AggroConfig.py')
| -rw-r--r-- | app/AggroConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/AggroConfig.py b/app/AggroConfig.py index 6ff6801..7e6a5f3 100644 --- a/app/AggroConfig.py +++ b/app/AggroConfig.py @@ -3,6 +3,8 @@ from dataclasses import dataclass @dataclass class AggroConfig: + server_host: str + server_port: int db_path: str plugins: dict[str, dict[str, str]] graph: dict[str, list[str]] |
