Repository for the Bootcamp 23.1 challenge
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

74 lines
1.7 KiB

{
"cron": {"jobs": []},
"settings": {
"public": {},
"cluar": {
"website": {
"url": "http://localhost:3000",
"name": "Website Name",
"analytics": null,
"mapbox": {
"dark": false,
"accessToken": null
},
"services": {
"api": "http://localhost:9000/services/"
}
},
"uglifyjs": false
},
"recaptcha": {
"url": "https://www.google.com/recaptcha/api/siteverify",
"secret_key": ""
}
},
"cors": [{
"origins": [ "*" ],
"enabled": true
}],
"smtp": {},
"name": "cluar",
"setup": {
"schema": {
"execution": true,
"auto_create": true
},
"scripts": {"execution": true},
"enabled": true
},
"language": "en_GB",
"firebase": {
"app_name": "",
"database_url": "",
"key_file": "",
"listener_secret": ""
},
"locale": "en_GB",
"remote": {
"recaptcha": {
"json": true
}
},
"commands": [
{
"path": "ui",
"command": "npm run watch",
"install": "npm install --force",
"enabled": true
},
{
"path": "website",
"command": "npm start",
"install": "npm install --force",
"enabled": true
}
],
"db": {"default": {
"password": "",
"engine": "h2",
"port": "",
"host": "",
"name": "cluar",
"username": ""
}}
}