OptiHire / .streamlit /secrets.toml
AdithyaSNair's picture
Update .streamlit/secrets.toml
a0aab1c verified
raw
history blame contribute delete
919 Bytes
GROQ_API_KEY = "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"
RAPIDAPI_KEY = "2a4a8a38a9msh97ce530a89589a6p1d0106jsn1acc0a5ea6bc"
YOUTUBE_API_KEY = "AIzaSyAUXRz0GCSr1ZdsH7Cxt6kuRmk3Z0BmsYU"
ADZUNA_APP_ID = "4ef93dd6"
ADZUNA_APP_KEY = "ea00310e17a602dccab1ef21c37f38ea"
THE_MUSE_API_KEY = "0b2cdf266af53172bb9bfe0b9efe009c807bec9fc30f59f9c0933b577e7c0cae"
BLS_API_KEY = "83ce4823b8b14babb9f9045410145b17"
[auth]
credentials = """
users:
user1:
email: user1@example.com
name: User One
password: $2b$12$KIXQjW0Uq2eLxl3kR1rPOOX/5nOBGk1gzQq9rF1S/j8bq0V0BttAe # hashed password for 'password123'
user2:
email: user2@example.com
name: User Two
password: $2b$12$7lG3uURjN8M1Wg1Uj0eH7u.Q7g8D7V1HkTQ1P1jWv5XwN1G4D1t.e # hashed password for 'mypassword'
"""
cookie = """
{
"name": "job_app_assistant",
"key": "a_secure_random_key",
"expiry_days": 30,
"is_secure": false
}
"""