We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8774 commit 7be76ddCopy full SHA for 7be76dd
.gitignore
@@ -179,4 +179,6 @@ override.tf.json
179
.terraformrc
180
terraform.rc
181
182
-# End of https://www.toptal.com/developers/gitignore/api/terraform
+# End of https://www.toptal.com/developers/gitignore/api/terraform
183
+
184
+report/db.toml
report/db.toml.example
@@ -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