db: host: postgres port: 5432 name: ente_db user: [pguser] password: [pgpassword] s3: # Top-level configuration for buckets, you can override by specifying these configuration in the desired bucket. # Set this to false if using external object storage bucket or bucket with SSL are_local_buckets: true # Set this to false if using subdomain-style URL. This is set to true for ensuring compatibility with MinIO when SSL is enabled. use_path_style_urls: true b2-eu-cen: # Uncomment the below configuration to override the top-level configuration # are_local_buckets: true # use_path_style_urls: true key: [minio-user] secret: [minio-password] endpoint: localhost:3200 region: eu-central-2 bucket: b2-eu-cen wasabi-eu-central-2-v3: # are_local_buckets: true # use_path_style_urls: true key: [minio-user] secret: [minio-password] endpoint: localhost:3200 region: eu-central-2 bucket: wasabi-eu-central-2-v3 compliance: false scw-eu-fr-v3: # are_local_buckets: true # use_path_style_urls: true key: [minio-user] secret: [minio-password] endpoint: localhost:3200 region: eu-central-2 bucket: scw-eu-fr-v3 # Specify the base endpoints for various web apps apps: # If you're running a self hosted instance and wish to serve public links, # set this to the URL where your albums web app is running. public-albums: http://localhost:3002 cast: http://localhost:3004 auth: https://enteauth01.internal.domain.se:3003 # Set this to the URL where your accounts web app is running, primarily used for # passkey based 2FA. accounts: http://localhost:3001 key: encryption: [enc_key] hash: [hash] jwt: secret: [jtw]