Update config

This commit is contained in:
Ivan Vazhenin
2024-02-05 20:25:45 +03:00
parent b223733b72
commit 966200132f
3 changed files with 9 additions and 7 deletions

View File

@@ -33,3 +33,7 @@ class Config:
s3_key_id: str = 's57'
s3_access_key: str = 'd9MMinLF3U8TLSj'
s3_bucket: str = 'files'
gql_url: str = 'https://gql.ivazh.ru/graphql'
gql_download: str = 'https://gql.ivazh.ru/item/{key}'
gql_schema: str = 'pdim'