mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 13:08:19 +00:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
[client]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @config.server_debian_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
|
|
[mysql_upgrade]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @config.server_debian_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
basedir = /usr
|