Skip to content

Commit 8cd65f5

Browse files
committed
add: add comments
1 parent 4e7d38b commit 8cd65f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/resources/application.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spring:
4747
pathmatch:
4848
matching-strategy: ant_path_matcher
4949

50+
# log leve, you can set: 1. DEBUG 2. INFO 3. WARNING 4. ERROR 5. CRITICAL
5051
logging:
5152
level:
5253
root: ${LOGGING_LEVEL:INFO}
@@ -60,12 +61,18 @@ cloud:
6061

6162
all-docs:
6263
config:
64+
# user can upload document to all-docs. You can set true or false.
6365
user-upload: ${AD_USER_UPLOAD:true}
66+
# all documents be reviewed by administrator. You can set true or false
6467
admin-review: ${AD_ADMIN_REVIEW:false}
68+
# prohibited word.
6569
prohibited-word: ${AD_PROHIBITED_WORD:true}
70+
# users can registry account by self.
6671
user-registry: ${AD_USER_REGISTRY:true}
6772
initial-username: ${AD_INITIAL_USERNAME:admin123}
6873
initial-password: ${AD_INITIAL_PASSWORD:admin123}
74+
# reset admin password when reboot system.
6975
cover-admin: ${COVER_ADMIN:true}
7076
file-path:
77+
# sensitive file name
7178
sensitive-file: sensitive.txt

0 commit comments

Comments
 (0)