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:
parent
b3a0b85dc2
commit
5776867687
3 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Firefox Sync Storage server
|
Description=Piped API service
|
||||||
After=network.target
|
After=network.target
|
||||||
After=mariadb.service
|
After=postgresql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -80,7 +80,7 @@ MATRIX_SERVER:https://matrix-client.matrix.org
|
||||||
#S3_BUCKET:INSERT_HERE
|
#S3_BUCKET:INSERT_HERE
|
||||||
|
|
||||||
# Hibernate properties
|
# 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.connection.driver_class:org.postgresql.Driver
|
||||||
hibernate.dialect:org.hibernate.dialect.PostgreSQLDialect
|
hibernate.dialect:org.hibernate.dialect.PostgreSQLDialect
|
||||||
hibernate.connection.username:__DB_USER__
|
hibernate.connection.username:__DB_USER__
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Firefox Sync Storage server
|
Description=Piped HTTP proxy service
|
||||||
After=network.target
|
After=network.target
|
||||||
After=mariadb.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue