mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Fix small typo in the README for RPM packages
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
cee86d1a8c
commit
7e8beda5b3
@ -63,7 +63,7 @@ Decide whether to use MySQL or PostgreSQL.
|
|||||||
postgres=# CREATE DATABASE icingaweb;
|
postgres=# CREATE DATABASE icingaweb;
|
||||||
postgres=# \q
|
postgres=# \q
|
||||||
|
|
||||||
Add the `cingaweb` user for trusted authentication to your `pg_hba.conf` file
|
Add the `icingaweb` user for trusted authentication to your `pg_hba.conf` file
|
||||||
in `/var/lib/pgsql/data/pg_hba.conf` and restart the PostgreSQL server.
|
in `/var/lib/pgsql/data/pg_hba.conf` and restart the PostgreSQL server.
|
||||||
|
|
||||||
local icingaweb icingaweb trust
|
local icingaweb icingaweb trust
|
||||||
|
Loading…
x
Reference in New Issue
Block a user