diff --git a/cfgs/usct-product b/cfgs/usct-product new file mode 100644 index 0000000..92dac2a --- /dev/null +++ b/cfgs/usct-product @@ -0,0 +1,74 @@ +{ + "login": { + "defaultUser": "usct" + }, + "general": { + "defaultlanguage": "en_US", + "language": "zh_CN;en_US", + "institutionName": "", + "institutionAddr": "", + "lockscreen": "30" + }, + "protocol": { + "default": "RSTAND", + "lists": "LSTAND;RSTAND;LONE;RONE" + }, + "storagepolicy": { + "mininum": "85" + }, + "lastlogin": { + "password": "", + "remember": "false", + "usercode": "" + }, + "worklist": { + "ae": "", + "ip": "", + "name": "", + "port": "" + }, + "pacs": { + "ae": "", + "ip": "", + "name": "", + "port": "" + }, + "recon": { + "ae": "", + "ip": "", + "name": "", + "port": "" + }, + "address": { + "device": "eth0", + "dhcp": "true", + "ip": "", + "mask": "", + "ae": "", + "name": "", + "port": "", + "additional": [{ + "ip": "", + "netmask": "" + }, { + "ip": "", + "netmask": "" + }] + }, + "routing": { + "defaultgateway": "", + "routingtable": [{ + "destination": "", + "gateway": "", + "netmask": "" + }, { + "destination": "", + "gateway": "", + "netmask": "" + }] + }, + "worklistfilter": { + "default": "Today", + "lists": "Today;Recent3Days;ThisWeek;ThisMonth" + } +} \ No newline at end of file