/bin/AuroraWebServerConfiguration/WebInterface.ini.example

https://bitbucket.org/VirtualReality/software-testing · Unknown · 29 lines · 24 code · 5 blank · 0 comment · 0 complexity · 403f58eac1422137cc45695e6638ec0c MD5 · raw file

  1. [WebInterface]
  2. ;; The web interface to use
  3. ;; BuiltIn gives you a loginscreen automatically
  4. ;; Default is BuiltIn
  5. Module = BuiltIn
  6. ;;
  7. ;; All following options are for the built in web interface only
  8. ;;
  9. ;; The default langugae for the interface to be in
  10. ;; Valid options are
  11. ;; en, fr, de, es, it
  12. DefaultLanguage = en
  13. ;; The port to run the web interface on
  14. ;; Recommended is 80
  15. Port = 80
  16. ;;
  17. ;; Main Web Interface
  18. ;; http://your server IP:port/
  19. ;; This includes registration pages, viewing the world map, logging in, and changing user information, and admin management.
  20. ;;
  21. ;; Welcome Screen
  22. ;; You can access this at
  23. ;; http://your server IP:port/welcomescreen/
  24. ;;