mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Rename postgresl config to "local" (same as MySQL)
This commit is contained in:
parent
ce6cf9208f
commit
daddd5d692
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ netdata_add_yunohost_postgres_configuration () {
|
|||
fi
|
||||
if [ -f /etc/yunohost/psql ] && [ -z "$(grep "yunohost" $postgres_file)" ] ; then
|
||||
cat >> $postgres_file <<EOF
|
||||
- name: yunohost
|
||||
- name: local
|
||||
dsn: 'postgres://postgres:$(cat /etc/yunohost/psql)@localhost:5432/postgres'
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue