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": {}},
"smtp": {},
"name": "social",
"setup": {
"schema": {
"execution": true,
"auto_create": true
},
"scripts": {"execution": true},
"enabled": true
},
"language": "pt_PT",
"firebase": {
"app_name": "",
"database_url": "",
"key_file": "",
"listener_secret": ""
},
"locale": "pt_PT",
"remote": {},
"commands": [{
"path": "ui",
"command": "npm run watch",
"enabled": true
}],
"db": {"default": {
"password": "",
"engine": "h2",
"port": "",
"host": "",
"name": "social",
"username": ""
}},
"cors": [
{
"enabled": true,
"origins": [
"http://pedro-isac.dev.netuno.org:30730",
"http://localhost:3000",
"http://127.0.0.1:3000"
]
}
],
"jwt": {
"enabled": true,
"secret": "H~s]6Ptb3mS6#Y~L",
"access_expires": 60,
"refresh_expires": 1440,
"algorithm": "HS512"
}
}