16 lines
430 B
JSON
16 lines
430 B
JSON
|
[
|
||
|
{
|
||
|
"ConfigFile": "ServerConfig.toml",
|
||
|
"AutoMap": true,
|
||
|
"ConfigType": "ini",
|
||
|
"ConfigFormat": "{0} = \"{1}\"",
|
||
|
"ConfigFormatRegex": "^(?<key>.+?) = \"(?<value>.*?)\"$"
|
||
|
},
|
||
|
{
|
||
|
"ConfigFile": "ServerConfig.toml",
|
||
|
"AutoMap": true,
|
||
|
"ConfigType": "ini",
|
||
|
"ConfigFormat": "{0} = {1}",
|
||
|
"ConfigFormatRegex": "^(?<key>.+?) = (?<value>[^\"]*?)$"
|
||
|
}
|
||
|
]
|