mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-16 03:32:41 +08:00
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
|
SERVER_URL="http://localhost:3000"
|
||
|
AGENT_SHELL_URL=http://vortex-agent-file:8080/vortex.sh
|
||
|
AGENT_REDIS_URL=redis://vortex-redis:6379
|
||
|
NEXTAUTH_SECRET="secret"
|
||
|
NEXTAUTH_URL="http://localhost:3000"
|
||
|
DATABASE_URL=postgresql://postgres:postgres@vortex-postgres:5432/vortex
|
||
|
EMAIL_SERVER="smtp-mail.outlook.com"
|
||
|
EMAIL_FROM="Vortex <"
|
||
|
|
||
|
REDIS_URL=redis://vortex-redis:6379
|
||
|
REDIS_DB=0
|
||
|
|