- Removing unused .env files

Opting now for config.json files as they better interoperability between node and rust

+ Hardcoding some variables into build-db.sh
This really shouldn't be an issue however

+ using cat to dump out what table structures are being setup due to strange bugs in pipeline
This commit is contained in:
shockrah
2021-05-10 15:58:57 -07:00
parent 96bdd70cd5
commit 83f846640c
4 changed files with 9 additions and 52 deletions

View File

@@ -26,7 +26,7 @@ def create_admin() -> Admin :
CARGO_BIN = os.getenv('CARGO_BIN')
proc = subprocess.run(
f'cargo run --release -- -c python-tester'.split(),
f'cargo run --release -- -c ../config.json'.split(),
text=True, capture_output=True
)
try: