forked from FritzAndFriends/TagzApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
21 lines (17 loc) · 790 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# docker compose and/or something doesn't like ':' in keys!
# According to a comment on a SO question's comment
# (https://stackoverflow.com/questions/47827887/bash-zsh-export-environment-variable-with-name-containing-a-colon)
# this works in dotnet core! (not tested myself!)
# PLEASE don't use these kind of special characters in keys!
# providers:mastadon
providers__mastodon__BaseAddress=https://mastodon.social
# providers:youtube
providers__youtube__ApiKey=
# providers:twitter
providers__twitter__DefaultHeaders__Authorization=Bearer $TOKEN
providers__twitter__ApiKey=
providers__twitter__ApiSecretKey=
providers__twitter__AccessToken=
providers__twitter__AccessTokenSecret=
ConnectionStrings__SecurityContextConnection="Data Source=TagzApp.Web.db"
ConnectionStrings__TagzApp=""