1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Remaining conf.

This commit is contained in:
orhtej2 2024-01-28 18:56:06 +01:00
parent b3a0b85dc2
commit 5776867687
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[Unit]
Description=Firefox Sync Storage server
Description=Piped API service
After=network.target
After=mariadb.service
After=postgresql.service
[Service]
Type=simple

View file

@ -80,7 +80,7 @@ MATRIX_SERVER:https://matrix-client.matrix.org
#S3_BUCKET:INSERT_HERE
# Hibernate properties
hibernate.connection.url:jdbc:postgresql://postgres:5432/__DB_NAME__
hibernate.connection.url:jdbc:postgresql://127.0.0.1:5432/__DB_NAME__
hibernate.connection.driver_class:org.postgresql.Driver
hibernate.dialect:org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.username:__DB_USER__

View file

@ -1,7 +1,6 @@
[Unit]
Description=Firefox Sync Storage server
Description=Piped HTTP proxy service
After=network.target
After=mariadb.service
[Service]
Type=simple