mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Merge pull request #35 from YunoHost-Apps/fix-db-conf
Use mysqld socket for db connection
This commit is contained in:
commit
3b37ae6636
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue