|
|
|
@ -0,0 +1,41 @@ |
|
|
|
{ |
|
|
|
"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": {} |
|
|
|
} |