Use environment variables for configuration in developer tooling
Avoid the need for configuration files for temporary database connections.
This commit is contained in:
committed by
Wolfgang Walther
parent
add326a79d
commit
69b459e7b6
+1
-1
@@ -140,7 +140,7 @@ let
|
||||
|
||||
${withTmpDb postgresql} \
|
||||
${cabal-install}/bin/cabal v2-run ${devCabalOptions} --verbose=0 -- \
|
||||
postgrest --dump-schema "$rootdir"/test/io-tests/configs/simple.config \
|
||||
postgrest --dump-schema \
|
||||
| ${yq}/bin/yq -y .
|
||||
'';
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user