Skip to content

Commit

Permalink
docs(project): add a an example of the .dblab.yaml config file
Browse files Browse the repository at this point in the history
34

style(config): remove a unused field

34
  • Loading branch information
danvergara committed Jun 14, 2021
1 parent 2d017f0 commit d2ca8f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .dblab.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
database:
host: "localhost"
port: 5432
db: "users"
password: "password"
user: "postgres"
driver: "postgres"
1 change: 0 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type Config struct {
dbPort string
dbName string
dbDriver string
dbURL string
testDBHost string
testDBName string
apiPort string
Expand Down

0 comments on commit d2ca8f2

Please sign in to comment.