/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
- [WebInterface]
- ;; The web interface to use
- ;; BuiltIn gives you a loginscreen automatically
- ;; Default is BuiltIn
- Module = BuiltIn
-
- ;;
- ;; All following options are for the built in web interface only
- ;;
-
- ;; The default langugae for the interface to be in
- ;; Valid options are
- ;; en, fr, de, es, it
- DefaultLanguage = en
-
- ;; The port to run the web interface on
- ;; Recommended is 80
- Port = 80
-
- ;;
- ;; Main Web Interface
- ;; http://your server IP:port/
- ;; This includes registration pages, viewing the world map, logging in, and changing user information, and admin management.
- ;;
- ;; Welcome Screen
- ;; You can access this at
- ;; http://your server IP:port/welcomescreen/
- ;;