makefile init_configs backend logging fix

This commit is contained in:
tim
2024-10-05 17:06:15 -04:00
parent 84f5b673e3
commit 9f041f7d5b

View File

@@ -140,6 +140,7 @@ init_venv :
init_configs :
cp backend/conf/mock/dexorder-mock.toml backend/dexorder.toml
cp backend/conf/mock/.secret-mock.toml backend/.secret.toml
cp backend/conf/mock/logging-default.toml backend/logging.toml
cp server/.env-mock server/.env
cp web/.env-mock web/.env
cp contract/foundry-default.toml contract/foundry.toml