9 lines
301 B
Bash
9 lines
301 B
Bash
|
|
# AsadiTools — ENV_FILE template
|
||
|
|
# Copy this content into the Gitea secret:
|
||
|
|
# https://git.soroushasadi.com/<user>/AsadiTools/settings/secrets
|
||
|
|
# Secret name: ENV_FILE
|
||
|
|
|
||
|
|
ASPNETCORE_ENVIRONMENT=Production
|
||
|
|
ConnectionStrings__Default=Data Source=/app/data/asadi.db
|
||
|
|
DataProtection__KeysPath=/app/data/keys
|