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:
parent
8861f3e0e5
commit
9727548b47
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ server:
|
|||
|
||||
database: # for database see (configure database section)
|
||||
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
|
||||
name: __ADMINUSER__ # the username of the default user
|
||||
|
|
Loading…
Reference in a new issue