{
|
|
"name": "cluar",
|
|
"description": "A ready to use solution for content management and multilingual websites using Netuno, ReactJS and Ant Design.",
|
|
"type": "app",
|
|
"config": {
|
|
"development": {
|
|
"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": ""
|
|
}}
|
|
},
|
|
"production": {
|
|
"cron": {"jobs": []},
|
|
"settings": {
|
|
"public": {},
|
|
"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": false
|
|
},
|
|
{
|
|
"path": "website",
|
|
"command": "npm start",
|
|
"enabled": false
|
|
}
|
|
],
|
|
"db": {"default": {
|
|
"password": "",
|
|
"engine": "h2",
|
|
"port": "",
|
|
"host": "",
|
|
"name": "cluar",
|
|
"username": ""
|
|
}}
|
|
}
|
|
}
|
|
}
|