File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
config_3_with_domain_and_https
config_4_with_domain_and_https Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44DEPLOYMENT_TYPE=testing
55JWT_SECRET_KEY=XXX
66JWT_EXPIRE_SECONDS=80000
7- DB_ENGINE=postgres
7+ DB_ENGINE=postgres-psycopg
88POSTGRES_USER=XXX
99POSTGRES_HOST=XXX
1010POSTGRES_DB=XXX
Original file line number Diff line number Diff line change 44DEPLOYMENT_TYPE=testing
55JWT_SECRET_KEY=XXX
66JWT_EXPIRE_SECONDS=80000
7- DB_ENGINE=postgres
7+ DB_ENGINE=postgres-psycopg
88POSTGRES_USER=XXX
99POSTGRES_HOST=XXX
1010POSTGRES_DB=XXX
Original file line number Diff line number Diff line change 11DEPLOYMENT_TYPE = testing
22JWT_SECRET_KEY = somethingverysecret
3- DB_ENGINE = postgres
3+ DB_ENGINE = postgres-psycopg
44POSTGRES_DB = fractal_test
55POSTGRES_USER = postgres
66POSTGRES_PASSWORD = postgres
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ ! -d "$fractal_server_test_path" ]; then
2626 python3 -m venv myenv
2727 . myenv/bin/activate
2828 pip install " fractal-server==$1 "
29- pip install fractal-server[postgres]
29+ pip install fractal-server[postgres-psycopg-binary ]
3030 fractalctl set-db
3131else
3232 cd " $fractal_server_test_path "
You can’t perform that action at this time.
0 commit comments