Example of appsettings.json file:
{ "AppConfiguration": { "xmlRk7Host": "127.0.0.1", "xmlRk7Port": "9009", "xmlRk7Login": "HTTPUSER", "xmlRk7Password": "HTTPUSER", "connectionString": "Host=127.0.0.1;Port=5432;Database=kiosk_central_service;Username=postgres;Password=1", "StartFolder": "files" } }
where
xmlRk7Host - IP address of the computer with the ref-server;
xmlRk7Port - ref-server port;
xmlRk7Login - login for HTTPUSER xml interface;
xmlRk7Password - password for the HTTPUSER xml interface;
Host - data base ip;
Port - data base port;
Database - data base name;
Username - login for DB;
Password - password for DB;
StartFolder – the name of the folder in the root directory of the control center, in which distributions, content, and scenes will be stored.