Skip to content

Commit 3e6e3f9

Browse files
committed
feat: add default account settings locale to example environment
1 parent e3b8691 commit 3e6e3f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.example.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ KEYVALDB_PORT=6379
116116
KEYVALDB_PASSWORD=
117117
KEYVALDB_CACHE_TTL_SECONDS=86400 # 1 day
118118

119+
#####
120+
##### Default Account Settings
121+
#####
122+
# These are used as default values when creating new accounts.
123+
DEFAULT_ACCOUNT_SETTINGS_LOCALE=en-US
124+
119125
#####
120126
##### Parser
121127
#####

0 commit comments

Comments
 (0)