-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
47 lines (32 loc) · 1.14 KB
/
.env.example
File metadata and controls
47 lines (32 loc) · 1.14 KB
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
# The server port.
PORT=8080
# Base directory for storing cached repositories.
CACHE_DIR=/tmp/stackclass/caches
# Database connection URL.
DATABASE_URL=postgresql://stackclass:123456@localhost/stackclass
# Allowed CORS origin.
ALLOWED_ORIGIN=*
# Git proxy endpoint.
GIT_PROXY_ENDPOINT=http://git.stackclass.local
# Git server endpoint.
GIT_SERVER_ENDPOINT=http://repo.stackclass.local
# Username for authenticating with the git server.
GIT_SERVER_USERNAME=admin
# Password for authenticating with the git server.
GIT_SERVER_PASSWORD=123456
# Webhook handler endpoint.
WEBHOOK_ENDPOINT=http://api.stackclass.local
# Git committer name.
GIT_COMMITTER_NAME=StackClass
# Git committer email.
GIT_COMMITTER_EMAIL=hello@stackclass.dev
# Kubernetes namespace where StackClass is running.
NAMESPACE=stackclass-local
# Docker registry endpoint.
DOCKER_REGISTRY_ENDPOINT=http://docker.stackclass.local
# Username for authenticating with the harbor server.
DOCKER_REGISTRY_USERNAME=admin
# Password for authenticating with the harbor server.
DOCKER_REGISTRY_PASSWORD=Harbor12345
# Password hashing or signature secret key.
AUTH_SECRET=JXQ2W8vY9zP1sR5tK7mN3bL6cV4dF0gH