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