Advertisement
Guest User

Untitled

a guest
Aug 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # include general slicebox application settings. Do not remove this
  2. line.
  3. include "application"
  4.  
  5. slicebox {
  6.  
  7. host = "localhost"
  8. port = 5000
  9.  
  10. ssl {
  11. ssl-encryption = off
  12. }
  13.  
  14. public {
  15. host = "slicebox.public"
  16. port = 443
  17. with-ssl = true
  18. }
  19.  
  20. superuser {
  21. user = "admin"
  22. password = "admin"
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement