Files
foundation/foundation-heimdall/src/main/resources/heimdall.yaml
2021-12-24 00:08:38 -05:00

12 lines
260 B
YAML

# 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"