Skip to content

Commit 7be76dd

Browse files
committed
add: db.toml for report generation
1 parent 75a8774 commit 7be76dd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,6 @@ override.tf.json
179179
.terraformrc
180180
terraform.rc
181181

182-
# End of https://www.toptal.com/developers/gitignore/api/terraform
182+
# End of https://www.toptal.com/developers/gitignore/api/terraform
183+
184+
report/db.toml

report/db.toml.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[psql]
2+
host = "localhost"
3+
port = 5433
4+
database = "nebula_ipfs"
5+
user = "nebula_ipfs_ro"
6+
password = "password"

0 commit comments

Comments
 (0)