21 lines
386 B
YAML
21 lines
386 B
YAML
spring:
|
|
data:
|
|
mongodb:
|
|
# uri: mongodb://cveo:cveo123456@120.78.177.67:27017/survey
|
|
#创建索引
|
|
auto-index-creation: true
|
|
host: 8.136.133.77
|
|
port: 27017
|
|
database: dev
|
|
username: cveo
|
|
password: cveo123456
|
|
authentication-database: admin
|
|
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
|
|
file:
|
|
path: ./upload/
|
|
url: /upload/
|