diff --git a/config/sample.json b/config/sample.json new file mode 100644 index 0000000..1839585 --- /dev/null +++ b/config/sample.json @@ -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": {} +} \ No newline at end of file diff --git a/dbs/loja.mv.db b/dbs/loja.mv.db index fd060a4..4b917ee 100644 Binary files a/dbs/loja.mv.db and b/dbs/loja.mv.db differ