File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ POSTGRES_DB=fractal_test
44POSTGRES_USER = postgres
55POSTGRES_PASSWORD = postgres
66FRACTAL_LOGGING_LEVEL = 0
7- FRACTAL_TASKS_DIR = /tmp/FRACTAL_TASKS_DIR
87FRACTAL_RUNNER_BACKEND = local
9- FRACTAL_RUNNER_WORKING_BASE_DIR = /tmp/artifacts
10- FRACTAL_LOCAL_CONFIG_FILE = config_local.json
118FRACTAL_DATA_AUTH_SCHEME = viewer-paths
12- JWT_EXPIRE_SECONDS = 84600
13- FRACTAL_PIXI_CONFIG_FILE = /tmp/fractal-test-server/pixi.json
9+ JWT_EXPIRE_SECONDS = 84600
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ if [ ! -d "$fractal_server_test_path" ]; then
2828 mkdir " $fractal_server_test_path "
2929
3030 # Copy test configuration files
31- cp " $( pwd) /lib/fractal-server/config_local.json" " $fractal_server_test_path "
3231 cp " $( pwd) /tests/.fractal_server.env" " $fractal_server_test_path "
33- cp " $( pwd) /tests/pixi.json" " $fractal_server_test_path "
3432 cp " $( pwd) /tests/resource.json" " $fractal_server_test_path "
3533
3634 if [ " $SKIP_OAUTH_TEST " != " true" ]; then
You can’t perform that action at this time.
0 commit comments