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.
 
 
 

53 lines
1.1 KiB

{
"cron": {"jobs": []},
"settings": {
"public": {},
"website": {
"origin": "http://localhost:3000"
},
"uglifyjs": false
},
"cors": [{
"origin": "*",
"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": {},
"commands": [
{
"path": "ui",
"command": "npm run watch",
"enabled": true
},
{
"path": "website",
"command": "npm start",
"enabled": true
}
],
"db": {"default": {
"password": "",
"engine": "h2",
"port": "",
"host": "",
"name": "cluar",
"username": ""
}}
}