Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 0031610

Browse files
committed
fix(root) => Fix .enc.example file on root
1 parent fd10447 commit 0031610

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.env.example

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,19 @@ DATABASE_CLIENT=mysql2
44
DATABASE_USERNAME=vim
55
DATABASE_PASSWORD=super-secret
66
DATABASE_PORT=3306
7-
DATABASE_SSL=false
7+
DATABASE_SSL=false
8+
9+
WEB_DATABASE_NAME=vim
10+
NEXT_PRIVATE_STANDALONE=true
11+
NEXTAUTH_SECRET=testsecret
12+
13+
CMS_DATABASE_NAME=vim_cms
14+
CMS_HOST=0.0.0.0
15+
CMS_PORT=1337
16+
CMS_APP_KEYS=testkey1,testkey2
17+
CMS_API_TOKEN_SALT=testtoken
18+
CMS_ADMIN_JWT_SECRET=testsecret
19+
CMS_JWT_SECRET=testsecret
20+
CMS_TRANSFER_TOKEN_SALT=testtoken
21+
CMS_DISABLE_UPDATE_NOTIFICATION=false
22+
CMS_TELEMETRY_DISABLED=true

0 commit comments

Comments
 (0)