This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
jarvis-server/jarvis/config/config.json

9 lines
169 B
JSON
Raw Normal View History

2021-07-26 18:23:32 +02:00
{
"API_KEY": "!secret API_KEY",
"PORT": 5000,
"12HOURS-FORMAT": false,
"LANGUAGE": "fr-fr",
2021-07-26 18:23:32 +02:00
"CLIENT_URL": "http://127.0.0.1:5001",
"TRAIN_ON_START": false
}