mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
72c3a867da
- Fix regression #35 - python dependancy - Fix regression #35 - armv7 support - Fix regression #35 - bad install dir - Fix DB setup and don't request password to user - Fix data storage path - Add SSO support - Update app to 8.3 (will be updated to 8.4 by auto update) - Add mail support - Remove legacy uwsig and use gunicorn instead - Remove expect dependancy - Set permission explicitly - Add multi instance support - Simplify again restore script
6 lines
179 B
INI
6 lines
179 B
INI
[PostgreSQL/__POSTGRESQL_VERSION__]
|
|
DataDirectory=/var/lib/postgresql/__POSTGRESQL_VERSION__/main/
|
|
Description=Yunohost Server
|
|
Port=5432
|
|
Superuser=__DB_USER__
|
|
Password=__DB_PWD__
|