File tree Expand file tree Collapse file tree 4 files changed +29
-22
lines changed Expand file tree Collapse file tree 4 files changed +29
-22
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ x-redash-service: &redash-service
1212 env_file :
1313 - .env
1414x-redash-environment : &redash-environment
15- REDASH_HOST : http://localhost:5001
15+ REDASH_HOST : http://localhost:5000
1616 REDASH_LOG_LEVEL : " INFO"
1717 REDASH_REDIS_URL : " redis://redis:6379/0"
1818 REDASH_DATABASE_URL : " postgresql://postgres@postgres/postgres"
@@ -31,7 +31,7 @@ services:
3131 - postgres
3232 - redis
3333 ports :
34- - " 5001 :5000"
34+ - " 5000 :5000"
3535 - " 5678:5678"
3636 environment :
3737 << : *redash-environment
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pyjwt = "2.4.0"
5757pyopenssl = " 24.2.1"
5858pypd = " 1.1.0"
5959pysaml2 = " 7.3.1"
60- pystache = " 0.6.0 "
60+ pystache = " 0.6.8 "
6161python-dateutil = " 2.8.0"
6262python-dotenv = " 0.19.2"
6363pytz = " >=2019.3"
@@ -84,6 +84,7 @@ user-agents = "2.0"
8484werkzeug = " 2.3.8"
8585wtforms = " 2.2.1"
8686xlsxwriter = " 1.2.2"
87+ xmlschema = " 2.5.1"
8788tzlocal = " 4.3.1"
8889pyodbc = " 5.1.0"
8990debugpy = " ^1.8.9"
Original file line number Diff line number Diff line change 1212os .environ ["REDASH_GOOGLE_CLIENT_ID" ] = "dummy"
1313os .environ ["REDASH_GOOGLE_CLIENT_SECRET" ] = "dummy"
1414os .environ ["REDASH_MULTI_ORG" ] = "true"
15+ # Force relative URLs in tests by setting empty host
16+ os .environ ["REDASH_HOST" ] = ""
1517
1618# Make sure rate limit is enabled
1719os .environ ["REDASH_RATELIMIT_ENABLED" ] = "true"
You can’t perform that action at this time.
0 commit comments