24 lines
623 B
JSON
24 lines
623 B
JSON
[
|
|
{
|
|
"ConfigFile":"config/openttd.cfg",
|
|
"ConfigType":"ini",
|
|
"AutoMap":true,
|
|
"ConfigFormat":"{0} = {1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
|
|
|
|
},
|
|
{
|
|
"ConfigFile":"config/private.cfg",
|
|
"ConfigType":"ini",
|
|
"AutoMap":true,
|
|
"ConfigFormat":"{0} = {1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"config/secrets.cfg",
|
|
"ConfigType":"ini",
|
|
"AutoMap":true,
|
|
"ConfigFormat":"{0} = {1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
|
|
}
|
|
] |