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.
 

41 lines
738 B

{
"commands": [{
"command": "npm run watch",
"enabled": true,
"install": "npm install --force",
"path": "ui"
}],
"cors": [{
"enabled": true,
"origins": ["*"]
}],
"cron": {"jobs": []},
"db": {"default": {
"engine": "h2",
"host": "",
"name": "loja",
"password": "",
"port": "",
"username": ""
}},
"firebase": {
"app_name": "",
"database_url": "",
"key_file": "",
"listener_secret": ""
},
"language": "pt_BR",
"locale": "pt_BR",
"name": "loja",
"remote": {},
"settings": {"public": {}},
"setup": {
"enabled": true,
"schema": {
"auto_create": true,
"execution": true
},
"scripts": {"execution": true}
},
"smtp": {}
}