File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ spring:
47
47
pathmatch :
48
48
matching-strategy : ant_path_matcher
49
49
50
+ # log leve, you can set: 1. DEBUG 2. INFO 3. WARNING 4. ERROR 5. CRITICAL
50
51
logging :
51
52
level :
52
53
root : ${LOGGING_LEVEL:INFO}
@@ -60,12 +61,18 @@ cloud:
60
61
61
62
all-docs :
62
63
config :
64
+ # user can upload document to all-docs. You can set true or false.
63
65
user-upload : ${AD_USER_UPLOAD:true}
66
+ # all documents be reviewed by administrator. You can set true or false
64
67
admin-review : ${AD_ADMIN_REVIEW:false}
68
+ # prohibited word.
65
69
prohibited-word : ${AD_PROHIBITED_WORD:true}
70
+ # users can registry account by self.
66
71
user-registry : ${AD_USER_REGISTRY:true}
67
72
initial-username : ${AD_INITIAL_USERNAME:admin123}
68
73
initial-password : ${AD_INITIAL_PASSWORD:admin123}
74
+ # reset admin password when reboot system.
69
75
cover-admin : ${COVER_ADMIN:true}
70
76
file-path :
77
+ # sensitive file name
71
78
sensitive-file : sensitive.txt
You can’t perform that action at this time.
0 commit comments