Browse Source

turn web security off

Sand Wen 8 years ago
parent
commit
0ab029e0b7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      svr-pack-resolve.yml

+ 3 - 2
svr-pack-resolve.yml

@ -5,8 +5,9 @@ logging:
spring:
  security:
    basic:enabled: true
    
    basic:
      enabled: false
  # REDIS
  redis:
    database: 0 # Database index used by the connection factory.