P01yH3dr0n commited on
Commit
3384d74
1 Parent(s): a6d790c

Create config.toml

Browse files
Files changed (1) hide show
  1. config.toml +26 -0
config.toml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [gen_server]
2
+ host = "0.0.0.0"
3
+ port = 7000
4
+ max_jobs = 5
5
+ save_path = "./data"
6
+ token = ""
7
+ always_require_auth = false
8
+
9
+ [[gen_server.auth]]
10
+ password = "123456"
11
+ free_only = true
12
+
13
+ [[gen_server.auth]]
14
+ password = "aerlhkvsdjfh"
15
+ free_only = false
16
+
17
+
18
+ [client]
19
+ mode = "local"
20
+ autosave = true
21
+ save_path = "./data_client"
22
+ end_point = "http://127.0.0.1:7000"
23
+ end_point_pswd = "123456"
24
+ token = ""
25
+ default_quality = "best quality, amazing quality, very aesthetic, absurdres"
26
+ default_neg = "nsfw, lowres, {bad}, error, fewer, extra, missing, worst quality, jpeg artifacts, bad quality, watermark, unfinished, displeasing, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract]"