adds initial sqlx migration to set up db schema
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
# 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:
|
||||
# DATABASE_URL represents the connection string for establishing a connection to the data store for this instance
|
||||
DATABASE_URL=sqlite://aural_isle.sqlite.db
|
||||
|
||||
# FILESTORE takes one of the following values:
|
||||
# local - use local filesystem for storage
|
||||
@ -16,7 +16,7 @@ DATABASE_URI=sqlite::memory:
|
||||
FILESTORE=local
|
||||
|
||||
# S3_URI represents the connection string for establishing a connection to the storage system if FILESTORE=s3
|
||||
S3_URI=
|
||||
#S3_URI=
|
||||
|
||||
# SERVER_ADMIN_NAME is the name to display as the technical/administrative contact for this instance
|
||||
SERVER_ADMIN_NAME=DJ Sundog
|
||||
|
Reference in New Issue
Block a user