-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added debug configuration for GoLand (IDEA) and added .env with debug…
… vars.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run testnet" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="mempool" /> | ||
<working_directory value="$PROJECT_DIR$/cmd/mempool" /> | ||
<parameters value="-c "../../build/dipdup.testnet.yml"" /> | ||
<EXTENSION ID="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="true" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
<ENTRY IS_ENABLED="true" PARSER="env" IS_EXECUTABLE="false" PATH="debug.env" /> | ||
</ENTRIES> | ||
</EXTENSION> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/dipdup-net/mempool" /> | ||
<directory value="$PROJECT_DIR$/cmd/mempool" /> | ||
<filePath value="$PROJECT_DIR$/cmd/mempool/main.go" /> | ||
<method v="2"> | ||
<option name="ToolBeforeRunTask" enabled="true" actionId="Tool_External Tools_Compose up" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
HASURA_HOST=127.0.0.1 | ||
HASURA_PORT=22000 | ||
POSTGRES_HOST=127.0.0.1 | ||
HASURA_POSTGRES_HOST=db |