Files
foundation/foundation-heimdall/src/main/resources/heimdall.yaml

12 lines
260 B
YAML
Raw Normal View History

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