forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuildConfig.json.example
More file actions
25 lines (25 loc) · 847 Bytes
/
BuildConfig.json.example
File metadata and controls
25 lines (25 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"POEditor": {
"id": "77079",
"token": "",
"_comment": "Get your POEditor API token from: https://poeditor.com/account/api (Account Settings > API Access > Generate API Token)"
},
"GitHub": {
"token": "",
"_comment": "Create a GitHub Personal Access Token at: https://github.com/settings/tokens (Settings > Developer settings > Personal access tokens > Generate new token)"
},
"demoKey": "",
"Env": {
"local": {
"server": "localhost",
"database": {
"server": "localhost",
"port" : "3306",
"database": "churchcrm",
"user":"churchcrm",
"password": "changeme"
},
"admin-api-key": ""
}
}
}