add recipya setup
This commit is contained in:
parent
957000d3c2
commit
c4c5ab0e2a
7 changed files with 109 additions and 0 deletions
22
roles/any.software.recipya-podman/files/config.json
Normal file
22
roles/any.software.recipya-podman/files/config.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"email": {
|
||||
"from": "",
|
||||
"host": "",
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"integrations": {
|
||||
"azureDocumentIntelligence": {
|
||||
"endpoint": "",
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"autologin": false,
|
||||
"isDemo": false,
|
||||
"noSignups": true,
|
||||
"isProduction": true,
|
||||
"port": 8078,
|
||||
"url": "http://0.0.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue