Advertisement
Guest User

Untitled

a guest
Aug 7th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. networkmanager:
  2. mysql:
  3. host: localhost
  4. port: 3306
  5. database: example
  6. username: example
  7. password: *****
  8. usessl: false
  9. connectioncheck: false
  10. redis:
  11. enabled: false
  12. host: localhost
  13. port: 6379
  14. password: password
  15. api:
  16. enabled: false
  17. loglevel: 'OFF'
  18. http-port: 777
  19. https-port: 8777
  20. secret: *****
  21. keystore-path: resources/example.jks
  22. keystore-password: examplekeystorepassword
  23. updater:
  24. enabled: false
  25. username: ''
  26. password: ''
  27. 2fasecret: ''
  28. updatechecker: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement