This commit is contained in:
2024-08-08 15:35:35 +09:00
commit a31624bbce
7 changed files with 294 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[db_info]
host = 'host_ip'
username = 'user'
password = 'password'
db_name = 'databse name'
[auth]
check_url = 'https://api.jkhsakha.ru/auth/get_current_user/'
auth_url = 'https://api.jkhsakha.ru/auth/login/'