| # ============================================================ | |
| # Credentials — copy this file to .streamlit/secrets.toml | |
| # ============================================================ | |
| # Generate hashes: python scripts/create_user.py | |
| # | |
| # Each key under [passwords] is a username. | |
| # The value is the bcrypt hash of that user's password. | |
| [passwords] | |
| admin = "$2b$12$pRVg2HFt.toJk/9ogo3RqeIR2JIZep8A6tIeSlwmSTLf/Q7owmU1S" | |
| analyst = "$2b$12$vTYi1a5.iByl/i9xB07JL.ALQ.YgeFHADB9sSPQUDx4hnpFV4vynS" | |