Files
streamlit-template/.streamlit/secrets.toml.template
2024-08-08 15:35:35 +09:00

8 lines
208 B
Plaintext

[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/'