mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-06 23:11:30 +00:00
12 lines
260 B
YAML
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"
|