-
Notifications
You must be signed in to change notification settings - Fork 71
/
.env.example
55 lines (47 loc) · 1.34 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Prisma
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
# postgresql://USER:PASSWORD@HOST:PORT/DATABASE
DATABASE_URL="postgresql://postgres:123456@localhost:5432/vortex"
# If you use docker-compose, you should use the following configuration
# POSTGRES_USER="postgres"
# POSTGRES_PASSWORD="123456"
# POSTGRES_DB="vortex"
# Next Auth
# You can generate a new secret on the command line with:
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
# Next Auth Providers
# Next Auth GitHub Provider
# GITHUB_CLIENT_ID=""
# GITHUB_CLIENT_SECRET=""
# Next Auth Google Provider
# GOOGLE_CLIENT_ID=""
# GOOGLE_CLIENT_SECRET=""
# Next Auth Email Provider
# smtp://username:[email protected]:587
EMAIL_SERVER=""
EMAIL_FROM=""
# Redis
REDIS_URL="redis://localhost:6379"
# REDIS_USERNAME=
REDIS_PASSWORD="123456"
REDIS_DB="0"
# This should accessible by the agent node
# AGENT_REDIS_URL=
# Server
SERVER_URL="http://localhost:3000"
AGENT_SHELL_URL="https://raw.githubusercontent.com/jarvis2f/vortex-agent/main/scripts"
JOB_ENABLED=true
# Payment
## DePay https://depay.com
DEPAY_INTEGRATION_ID=""
DEPAY_PUBLIC_KEY=""
# Umami https://umami.is/docs
#NEXT_PUBLIC_UMAMI_URL
# script.js
#NEXT_PUBLIC_UMAMI
# website id
#NEXT_PUBLIC_UMAMI_ID