Skip to content

Commit

Permalink
chore(jetbrains): add run config
Browse files Browse the repository at this point in the history
  • Loading branch information
hpr1999 committed Aug 1, 2024
1 parent ab466fe commit f980bbf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .run/run with docker db.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="run with docker db" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="go-drink" />
<working_directory value="$PROJECT_DIR$" />
<envs>
<env name="GODRINK_DB" value="postgresql://godrink:changeme@localhost:5432/godrink?sslmode=disable" />
</envs>
<kind value="PACKAGE" />
<package value="github.com/Port39/go-drink" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
</component>

0 comments on commit f980bbf

Please sign in to comment.