mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30: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_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.connection.url:jdbc:postgresql://postgres:5432/piped
|
||||
hibernate.connection.driver_class:org.postgresql.Driver
|
||||
|
Loading…
Reference in New Issue
Block a user