appsmith

Зеркало из https://github.com/appsmithorg/appsmith
Форк
0
/
app.json 
42 строки · 1.9 Кб
1
{
2
    "name": "Appsmith",
3
    "description": "Appsmith is an open-source platform to build and deploy internal tools or admin panels.",
4
    "keywords": [
5
      "java",
6
      "react",
7
      "admin"
8
    ],
9
    "addons": [
10
        {
11
            "plan": "heroku-redis:mini",
12
            "as": "APPSMITH_REDIS"
13
        }
14
    ],
15

16
    "website": "https://appsmith.com/",
17
    "logo": "https://raw.githubusercontent.com/appsmithorg/appsmith/master/static/logo.png",
18
    "success_url": "/",
19
    "stack": "container",
20
    "env": {
21
      "APPSMITH_DB_URL": {
22
        "description": "Your Mongo Database URI. Since Heroku doesn't support a managed MongoDB instance, you'll have to create a Mongo DB instance on another service such as https://cloud.mongodb.com",
23
        "value": ""
24
      },
25
      "APPSMITH_ENCRYPTION_PASSWORD": {
26
        "description": "Encryption password to encrypt all sensitive credentials in the database. You can use any random string (Eg. abcd). The more random, the better.",
27
        "value": ""
28
      },
29
      "APPSMITH_ENCRYPTION_SALT": {
30
        "description" : "Encryption salt used to encrypt all sensitive credentials in the database. You can use any random string (Eg. abcd). The more random, the better.",
31
        "value": ""
32
      },
33
      "APPSMITH_DISABLE_TELEMETRY": {
34
        "description" : "We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/product/telemetry",
35
        "value": "false"
36
      },
37
      "APPSMITH_SUPERVISOR_PASSWORD": {
38
        "description": "Basic authentication password to access Supervisor UI - An web interface, which allow you to manage various process",
39
        "value": ""
40
			}
41
   }
42
}
43

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.