Junaidb commited on
Commit
e0f8b1c
·
verified ·
1 Parent(s): 0e1d75f

Create config.toml

Browse files
Files changed (1) hide show
  1. config.toml +32 -0
config.toml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cookie:
2
+ expiry_days:1
3
+ key: # To be filled with any string
4
+ name: # To be filled with any string
5
+ credentials:
6
+ usernames:
7
+ junaid:
8
9
+ failed_login_attempts: 0 #Will be managed automatically
10
+ first_name: Junaid
11
+ last_name: Bashir
12
+ logged_in: False #Will be managed automatically
13
+ password: junaid #Will be hashed automatically
14
+
15
+
16
+ danish:
17
18
+ failed_login_attempts: 0 #Will be managed automatically
19
+ first_name: Dansih
20
+ last_name: Bashir
21
+ logged_in: False #Will be managed automatically
22
+ password: danish #Will be hashed automatically
23
+
24
+
25
+
26
+ preauthorized:
27
+ emails:
28
29
30
+
31
+
32
+