-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
565ac23
commit 5af1671
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"app name": "Enketo", | ||
"base path": "-", | ||
"encryption key": "s0m3v3rys3cr3tk3y", | ||
"id length": 31, | ||
"less secure encryption key": "this $3cr3t key is crackable", | ||
"linked form and data server": { | ||
"api key": "enketorules", | ||
"authentication": { | ||
"allow insecure transport": "true" | ||
}, | ||
"name": "ODK Central", | ||
"server url": "localhost:8989" | ||
}, | ||
"ip filtering": { | ||
"allowPrivateIPAddress": true, | ||
"allowMetaIPAddress": false, | ||
"allowIPAddressList": [], | ||
"denyIPAddressList": [] | ||
}, | ||
"max processes": 1, | ||
"logo": { | ||
"source": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=", | ||
"href": "" | ||
}, | ||
"offline enabled": true, | ||
"payload limit": "1mb", | ||
"port": "8005", | ||
"query parameter to pass to submission": "st", | ||
"redis": { | ||
"main": { | ||
"host": "localhost", | ||
"port": "6379" | ||
}, | ||
"cache": { | ||
"host": "localhost", | ||
"port": "6379" | ||
} | ||
}, | ||
"support": { | ||
"email": "[email protected]" | ||
}, | ||
"text field character limit": 1000000, | ||
"exclude non-relevant": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters