This repository was archived by the owner on Feb 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
goland debug stack #114
Merged
Merged
goland debug stack #114
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,17 @@ | ||
| <component name="ProjectRunConfigurationManager"> | ||
| <configuration default="false" name="[git] payroll server" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
| <module name="plugin" /> | ||
| <working_directory value="$PROJECT_DIR$" /> | ||
| <envs> | ||
| <env name="BASE_CONFIG_PATH" value="etc/vultisig" /> | ||
| <env name="DATABASE_DSN" value="postgres://myuser:mypassword@localhost:5431/vultisig-plugin?sslmode=disable" /> | ||
| <env name="SERVER_PORT" value="8081" /> | ||
| <env name="VS_CONFIG_NAME" value="payroll.server.example" /> | ||
| </envs> | ||
| <kind value="PACKAGE" /> | ||
| <package value="github.com/vultisig/plugin/cmd/payroll/server" /> | ||
| <directory value="$PROJECT_DIR$" /> | ||
| <filePath value="$PROJECT_DIR$/cmd/payroll/server/main.go" /> | ||
| <method v="2" /> | ||
| </configuration> | ||
| </component> | ||
This file contains hidden or 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,16 @@ | ||
| <component name="ProjectRunConfigurationManager"> | ||
| <configuration default="false" name="[git] payroll worker" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
| <module name="plugin" /> | ||
| <working_directory value="$PROJECT_DIR$" /> | ||
| <envs> | ||
| <env name="BASE_FILE_PATH" value="etc/vultisig" /> | ||
| <env name="DATABASE_DSN" value="postgres://myuser:mypassword@localhost:5431/vultisig-plugin?sslmode=disable" /> | ||
| <env name="VS_CONFIG_NAME" value="payroll.worker.example" /> | ||
|
webpiratt marked this conversation as resolved.
|
||
| </envs> | ||
| <kind value="PACKAGE" /> | ||
| <package value="github.com/vultisig/plugin/cmd/payroll/worker" /> | ||
| <directory value="$PROJECT_DIR$" /> | ||
| <filePath value="$PROJECT_DIR$/cmd/payroll/worker/main.go" /> | ||
| <method v="2" /> | ||
| </configuration> | ||
| </component> | ||
This file contains hidden or 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,8 @@ | ||
| <component name="ProjectRunConfigurationManager"> | ||
| <configuration default="false" name="[git] plugin stack" type="CompoundRunConfigurationType"> | ||
| <toRun name="[git] payroll server" type="GoApplicationRunConfiguration" /> | ||
| <toRun name="[git] payroll worker" type="GoApplicationRunConfiguration" /> | ||
| <toRun name="[git] tx_indexer worker" type="GoApplicationRunConfiguration" /> | ||
| <method v="2" /> | ||
| </configuration> | ||
| </component> |
This file contains hidden or 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,17 @@ | ||
| <component name="ProjectRunConfigurationManager"> | ||
| <configuration default="false" name="[git] tx_indexer worker" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
| <module name="plugin" /> | ||
| <working_directory value="$PROJECT_DIR$" /> | ||
| <envs> | ||
| <env name="DATABASE.DSN" value="postgres://myuser:mypassword@localhost:5431/vultisig-plugin?sslmode=disable" /> | ||
| <env name="RPC.BITCOIN.URL" value="https://bitcoin-rpc.publicnode.com" /> | ||
| <env name="RPC.ETHEREUM.URL" value="https://ethereum-rpc.publicnode.com" /> | ||
| <env name="VS_CONFIG_NAME" value="config-tx-indexer" /> | ||
| </envs> | ||
|
webpiratt marked this conversation as resolved.
|
||
| <kind value="PACKAGE" /> | ||
| <package value="github.com/vultisig/plugin/cmd/tx_indexer" /> | ||
| <directory value="$PROJECT_DIR$" /> | ||
| <filePath value="$PROJECT_DIR$/cmd/tx_indexer/main.go" /> | ||
| <method v="2" /> | ||
| </configuration> | ||
| </component> | ||
This file contains hidden or 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
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.