CoolFace
Apppublic

MachineLearningReply/q-and-a-tool

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
authenticator_config.yaml15 linesDownload Raw Back to root
1credentials:2  usernames:3    mlreply:4      email: mlreply@reply.de5      failed_login_attempts: 0 # Will be managed automatically6      logged_in: False # Will be managed automatically7      name: ML Reply8      password: mlreply # Will be hashed automatically9cookie:10  expiry_days: 111  key: some_signature_key # Must be string12  name: some_cookie_name13#pre-authorized:14#  emails:15#    - melsby@gmail.com