Skip to content

Commit

Permalink
add: db.toml for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Jan 16, 2023
1 parent 75a8774 commit 7be76dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,6 @@ override.tf.json
.terraformrc
terraform.rc

# End of https://www.toptal.com/developers/gitignore/api/terraform
# End of https://www.toptal.com/developers/gitignore/api/terraform

report/db.toml
6 changes: 6 additions & 0 deletions report/db.toml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[psql]
host = "localhost"
port = 5433
database = "nebula_ipfs"
user = "nebula_ipfs_ro"
password = "password"

0 comments on commit 7be76dd

Please sign in to comment.