From 483d34d106b027cb8b5d0bb8573aa6eb4dcf4a2c Mon Sep 17 00:00:00 2001 From: Sundog Date: Wed, 18 Oct 2023 14:49:32 -0400 Subject: [PATCH] adds a few more config parameters to env.example --- env.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/env.example b/env.example index 0768ef6..63f1fc0 100644 --- a/env.example +++ b/env.example @@ -7,3 +7,22 @@ # listener - configure instance for a single Person who is focused on listening (a fan, a music collector, someone who wants to share their library with others) INSTALLATION_MODE=multilabel +# DATABASE_URI represents the connection string for establishing a connection to the data store for this instance +DATABASE_URI=sqlite::memory: + +# FILESTORE takes one of the following values: +# local - use local filesystem for storage +# s3 - use an S3 API compatible object storage server for storage +FILESTORE=local + +# S3_URI represents the connection string for establishing a connection to the storage system if FILESTORE=s3 +S3_URI= + +# SERVER_ADMIN_NAME is the name to display as the technical/administrative contact for this instance +SERVER_ADMIN_NAME=DJ Sundog + +# SERVER_ADMIN_EMAIL is the email address to display for the technical/administrative contact for this instance +SERVER_ADMIN_EMAIL=sundog@reclaim.technology + +# SERVER_NAME is an optional display name for this instance. If not set, the server's fully-qualified domain name will be used. +SERVER_NAME=Sundogistani Records