mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"AppConfig": {
|
|
"Environment": "Production"
|
|
},
|
|
"ApiClient": {
|
|
"Url": "http://localhost:5023",
|
|
"UseNativeHandler": true
|
|
},
|
|
"LocalizationConfiguration": {
|
|
"Cultures": [
|
|
"es",
|
|
"fr",
|
|
"pt-BR",
|
|
"en"
|
|
]
|
|
}
|
|
}
|