1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

Use mysqld socket for db connection

This commit is contained in:
tituspijean 2022-01-18 00:18:21 +01:00
parent 8861f3e0e5
commit 9727548b47
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -12,7 +12,7 @@ server:
database: # for database see (configure database section) database: # for database see (configure database section)
dialect: mysql dialect: mysql
connection: __APP__:__DBPASS__@/__DBNAME__?charset=utf8&parseTime=True&loc=Local connection: __APP__:__DBPASS__@unix(/var/run/mysqld/mysqld.sock)/__DBNAME__?charset=utf8&parseTime=True&loc=Local
defaultuser: # on database creation, gotify creates an admin user defaultuser: # on database creation, gotify creates an admin user
name: __ADMINUSER__ # the username of the default user name: __ADMINUSER__ # the username of the default user