1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-baserow

Клонировать/Скачать
app.json 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Bram Wiepjes Отправлено 03.02.2025 23:00 868ab72
{
"name": "Baserow",
"description": "Open source online no-code database and Airtable alternative. More information about persistent files on S3, scaling and installing a custom domain can be found on https://baserow.io/docs/guides/installation/install-on-heroku. Note that it might take a couple of minutes to deploy the app, so please be patient.",
"repository": "https://gitlab.com/baserow/baserow",
"keywords": ["baserow", "no-code", "database", "airtable"],
"logo": "https://baserow.io/img/favicon_192.png",
"success_url": "/",
"addons": [
"heroku-postgresql:essential-0",
"heroku-redis:premium-0",
"mailgun:starter"
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"stack": "container",
"env": {
"SECRET_KEY": {
"description": "A unique string that is used to generate secrets.",
"generator": "secret"
},
"BASEROW_JWT_SIGNING_KEY": {
"description": "A unique string that is used to sign jwt tokens.",
"generator": "secret"
},
"BASEROW_PUBLIC_URL": {
"description": "The public URL of your Heroku Baserow app. Don't forget to replace YOUR_APP_NAME with the name of your app.",
"value": "https://YOUR_APP_NAME.herokuapp.com",
"required": true
},
"BASEROW_AMOUNT_OF_WORKERS": {
"description": "The amount of workers per dyno. This value must be `1` if you want to run the free plan.",
"value": "1",
"required": true
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-baserow.git
git@api.gitlife.ru:oschina-mirror/mirrors-baserow.git
oschina-mirror
mirrors-baserow
mirrors-baserow
develop