Initial Rough Cut of Heimdall Tracking System

This commit is contained in:
Kenneth Endfinger
2021-12-24 00:08:38 -05:00
parent 78566d08ad
commit e0183127b4
14 changed files with 293 additions and 3 deletions

View File

@ -0,0 +1,11 @@
# Whether Heimdall should be enabled for tracking events.
enabled: false
# Database connection information.
db:
# JDBC URL
url: "jdbc:postgresql://localhost/foundation"
# JDBC Username
username: "foundation"
# JDBC Password
password: "foundation"