sdadfadas

Форк
0
65 строк · 2.1 Кб
1
#
2
# Licensed to the Apache Software Foundation (ASF) under one or more
3
# contributor license agreements.  See the NOTICE file distributed with
4
# this work for additional information regarding copyright ownership.
5
# The ASF licenses this file to You under the Apache License, Version 2.0
6
# (the "License"); you may not use this file except in compliance with
7
# the License.  You may obtain a copy of the License at
8
#
9
#    http://www.apache.org/licenses/LICENSE-2.0
10
#
11
# Unless required by applicable law or agreed to in writing, software
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17

18

19
COMPOSE_PROJECT_NAME=superset
20

21
# database configurations (do not modify)
22
DATABASE_DB=superset
23
DATABASE_HOST=db
24
# Make sure you set this to a unique secure random value on production
25
DATABASE_PASSWORD=superset
26
DATABASE_USER=superset
27

28
EXAMPLES_DB=examples
29
EXAMPLES_HOST=db
30
EXAMPLES_USER=examples
31
# Make sure you set this to a unique secure random value on production
32
EXAMPLES_PASSWORD=examples
33
EXAMPLES_PORT=5432
34

35
# database engine specific environment variables
36
# change the below if you prefer another database engine
37
DATABASE_PORT=5432
38
DATABASE_DIALECT=postgresql
39
POSTGRES_DB=superset
40
POSTGRES_USER=superset
41
# Make sure you set this to a unique secure random value on production
42
POSTGRES_PASSWORD=superset
43
#MYSQL_DATABASE=superset
44
#MYSQL_USER=superset
45
#MYSQL_PASSWORD=superset
46
#MYSQL_RANDOM_ROOT_PASSWORD=yes
47

48
# Add the mapped in /app/pythonpath_docker which allows devs to override stuff
49
PYTHONPATH=/app/pythonpath:/app/docker/pythonpath_dev
50
REDIS_HOST=redis
51
REDIS_PORT=6379
52

53
FLASK_DEBUG=true
54
SUPERSET_ENV=development
55
SUPERSET_LOAD_EXAMPLES=yes
56
CYPRESS_CONFIG=false
57
SUPERSET_PORT=8088
58
MAPBOX_API_KEY=''
59

60
# Make sure you set this to a unique secure random value on production
61
SUPERSET_SECRET_KEY=TEST_NON_DEV_SECRET
62

63
ENABLE_PLAYWRIGHT=false
64
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
65
BUILD_SUPERSET_FRONTEND_IN_DOCKER=true
66

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

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

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

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