Skip to content

Commit e1192b5

Browse files
committed
fix: update sensitive information in .env.example for better security
1 parent 637ba50 commit e1192b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-host/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ DATABASE_URL=postgresql://mindsdb:mindsdb@kbnet_database:5432/mindsdb
55
NEXT_PUBLIC_SERVER_URL=http://kbnet_server:8000
66
NEXT_PUBLIC_WS_SERVER_URL=ws://kbnet_server:8000
77

8-
BETTER_AUTH_SECRET=ZqjXF3fPMkwfiIXAIGsVVl52MyMwJ2G7
8+
BETTER_AUTH_SECRET=auth_secret_token
99
BETTER_AUTH_URL=http://localhost:3000
1010

1111
NEXT_PUBLIC_DISABLE_ANONYMOUS_AUTH=false
1212
NEXT_PUBLIC_SELF_HOSTED=true
1313

1414
ENCRYPTION_KEY_1=codeitrightwayokidiot
15-
GEMINI_API_KEY=AIzaSyDvGQm8wITYzDmEixP7-1hJzBWgAOyAlJ8
15+
GEMINI_API_KEY=AIza...
1616

1717
MINDSDB_HOST=http://kbnet_mindsdb:47334
1818
MINDSDB_USERNAME=mindsdb

0 commit comments

Comments
 (0)