add cache back in

This commit is contained in:
2021-02-12 07:49:00 -08:00
parent 39433d67da
commit 492faa87e5
44 changed files with 5281 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
set -a
CICTEST_DATABASE_ENGINE=postgresql
CICTEST_DATABASE_DRIVER=psycopg2
CICTEST_DATABASE_HOST=localhost
CICTEST_DATABASE_PORT=5432
CICTEST_DATABASE_NAME=cic-eth-test
set +a