dotter: Add sample file containing all private variables
This helps to show what is 'hidden' in the public repository and also shows me at a glance all the dotter-supplied variables to keep an overview of where we inject stuff.
This commit is contained in:
parent
87bc21ef19
commit
9dcda2a53d
1 changed files with 25 additions and 0 deletions
25
.dotter/sample.toml
Normal file
25
.dotter/sample.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
includes = []
|
||||||
|
packages = ["workstation"]
|
||||||
|
|
||||||
|
[files]
|
||||||
|
|
||||||
|
[variables]
|
||||||
|
|
||||||
|
multimedia_beets_musicbrainz_user = ""
|
||||||
|
multimedia_beets_musicbrainz_pass = ""
|
||||||
|
multimedia_mopidy_subidy_url = ""
|
||||||
|
multimedia_mopidy_subidy_user = ""
|
||||||
|
multimedia_mopidy_subidy_pass = ""
|
||||||
|
|
||||||
|
cred_llm_groq_api_key = ""
|
||||||
|
cred_llm_gh_copilot_token = ""
|
||||||
|
cred_llm_anthropic_api_key = ""
|
||||||
|
cred_llm_gemini_api_key = ""
|
||||||
|
|
||||||
|
mail_personal_host = ""
|
||||||
|
mail_personal_username_cmd = ""
|
||||||
|
mail_personal_password_cmd = ""
|
||||||
|
|
||||||
|
mail_notmuch_name = ""
|
||||||
|
mail_notmuch_primary_email = ""
|
||||||
|
mail_notmuch_other_email = ""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue