Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschan1204 authored Nov 13, 2018
1 parent 91eb92e commit ad58ca0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ spring.data.mongodb.port=27017
spider.timeout=8000
spider.useagent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3346.9 Safari/537.36
## token
xueqiu.token=7fb0562a973ec23251a8aa382852a6257f9e346b
eastmoney.token=70f12f2f4f091e459a279469fe49eca5
xueqiu.token=
eastmoney.token=
tushare.token=

#security
management.context-path=/admin
management.security.enabled=false
management.security.roles=SUPERUSER
security.user.name=root
security.user.password=kingschan
security.user.name=
security.user.password=
###ehcache
spring.cache.ehcache.config=classpath:ehcache.xml

0 comments on commit ad58ca0

Please sign in to comment.