adds dotenv to cargo dependencies, adds env.example as example .env file

This commit is contained in:
cascode _ 2023-10-18 14:36:15 -04:00 committed by cascode
parent e0eff7f219
commit d1c326ecbc
2 changed files with 10 additions and 0 deletions

View File

@ -7,4 +7,5 @@ edition = "2021"
tokio = { version = "1.2", features = ["full"] } tokio = { version = "1.2", features = ["full"] }
warp = "0.3" warp = "0.3"
rusty-money = "0.4.1" rusty-money = "0.4.1"
dotenv = "0.15.0"

9
env.example Normal file
View File

@ -0,0 +1,9 @@
# INSTALLATION_MODE takes one of the following values:
# multilabel - configure instance for multiple Labels, each having Artists with Albums and Tracks
# singlelabel - configure instance for a single Label
# multiartist - configure instance for multiple Artists without a Label
# singleartist - configure instance for a single Artist without a Label
# curator - configure instance for a single Person who is focused on curation (a music reviewer, a critic, a playlist maker)
# 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