mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-28 16:00:29 +05:30
Add s3 to config template.
This commit is contained in:
parent
37b2a41903
commit
b7d4187ff3
@ -63,6 +63,12 @@ MATRIX_SERVER:https://matrix-client.matrix.org
|
|||||||
# Geo Restriction Checker for federated bypassing of Geo Restrictions
|
# Geo Restriction Checker for federated bypassing of Geo Restrictions
|
||||||
#GEO_RESTRICTION_CHECKER_URL:INSERT_HERE
|
#GEO_RESTRICTION_CHECKER_URL:INSERT_HERE
|
||||||
|
|
||||||
|
# S3 Configuration Data (compatible with any provider that offers an S3 compatible API)
|
||||||
|
#S3_ENDPOINT:INSERT_HERE
|
||||||
|
#S3_ACCESS_KEY:INSERT_HERE
|
||||||
|
#S3_SECRET_KEY:INSERT_HERE
|
||||||
|
#S3_BUCKET:INSERT_HERE
|
||||||
|
|
||||||
# Hibernate properties
|
# Hibernate properties
|
||||||
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
|
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
|
||||||
hibernate.connection.driver_class:org.postgresql.Driver
|
hibernate.connection.driver_class:org.postgresql.Driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user