File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ DATABASE_URL="postgresql://diego@localhost:5432/fullstock_test?schema=public"
33# Admin Database (for database creation/deletion)
44ADMIN_DB_NAME = postgres
55
6- # Culqui Keys
7- CULQI_PRIVATE_KEY = " sk_test_xxx"
8- VITE_CULQI_PUBLIC_KEY = " pk_test_xxx"
9-
106# Cloud Storage base url
117CS_BASE_URL = " https://fullstock-images.s3.us-east-2.amazonaws.com"
128
Original file line number Diff line number Diff line change 6161 e2e-test :
6262 runs-on : ubuntu-latest
6363 needs : [test]
64+ env :
65+ CS_BASE_URL : " https://fullstock-images.s3.us-east-2.amazonaws.com"
66+ CULQI_PRIVATE_KEY : " sk_test_EC8oOLd3ZiCTKqjN"
67+ VITE_CULQI_PUBLIC_KEY : " pk_test_Ws4NXfH95QXlZgaz"
68+ DATABASE_URL : " postgresql://diego@localhost:5432/fullstock_test?schema=public"
6469 services :
6570 postgres :
6671 image : postgres:15
You can’t perform that action at this time.
0 commit comments