Add config description

This commit is contained in:
ashatora
2024-05-21 19:21:22 +03:00
parent 1c9448600f
commit 6600d9797f
5 changed files with 39 additions and 184 deletions

View File

@@ -15,7 +15,6 @@ class Config:
oodb_username: str = 'postgres'
oodb_passwd: str = 'Root12345678'
oodb_schema: str = 'documents_src'
oodb_bucket: str = 'files'
rabbit_conn: str = 'amqp://user:password@10.10.8.83:31005/%2f'
rabbit_queue: str = 'ipd'
@@ -25,7 +24,8 @@ class Config:
s3_endpoint: str = 'http://10.10.8.83:31006'
s3_key_id: str = 's57'
s3_access_key: str = 'd9MMinLF3U8TLSj'
s3_bucket: str = 'itv'
s3_bucket: str = 'files'
s3_bucket_itv: str = 'itv'
gql_url: str = 'https://gql.ivazh.ru/graphql'
gql_download: str = 'https://gql.ivazh.ru/item/{key}'