mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
10 lines
No EOL
192 B
C++
10 lines
No EOL
192 B
C++
#include "Config.h"
|
|
|
|
using namespace Upp;
|
|
|
|
namespace Config{
|
|
|
|
INI_INT(WebInterfacePort, 1080, "Webinteface http port number");
|
|
INI_BOOL(WebInterfaceTrace, true, "skylark trace");
|
|
|
|
} |