Skip to content

Commit 54dba22

Browse files
author
Your Name
committed
Changed the sample .env
1 parent e3d9baa commit 54dba22

13 files changed

Lines changed: 30 additions & 414 deletions

.dockerignore

Lines changed: 25 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
1-
# Include any files or directories that you don't want to be copied to your
2-
# container here (e.g., local build artifacts, temporary files, etc.).
3-
#
4-
# For more help, visit the .dockerignore file reference guide at
5-
# https://docs.docker.com/go/build-context-dockerignore/
6-
7-
**/.DS_Store
8-
**/.classpath
9-
**/.dockerignore
10-
**/.env
11-
**/.git
12-
**/.gitignore
13-
**/.project
14-
**/.settings
15-
**/.toolstarget
16-
**/.vs
17-
**/.vscode
18-
**/*.*proj.user
19-
**/*.dbmdl
20-
**/*.jfm
21-
**/charts
22-
**/docker-compose*
23-
**/compose.y*ml
24-
**/Dockerfile*
25-
**/node_modules
26-
**/npm-debug.log
27-
**/secrets.dev.yaml
28-
**/values.dev.yaml
29-
/bin
30-
/target
31-
LICENSE
32-
README.md
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.git
5+
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/bin
15+
**/charts
16+
**/docker-compose*
17+
**/compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
JWT_SECRET=123
2-
CLUSTER_SECRET=default_secret
2+
CLUSTER_SECRET=please_change
33
ADMIN_PASSWORD=admin123

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
target/
2-
2+
snapshots/*
3+
data/*
4+
cert/*
5+
DynaRust

cert/ca.crt

Lines changed: 0 additions & 31 deletions
This file was deleted.

cert/ca.key

Lines changed: 0 additions & 51 deletions
This file was deleted.

cert/client-combined.pem

Lines changed: 0 additions & 81 deletions
This file was deleted.

cert/client.crt

Lines changed: 0 additions & 30 deletions
This file was deleted.

cert/client.csr

Lines changed: 0 additions & 27 deletions
This file was deleted.

cert/client.key

Lines changed: 0 additions & 51 deletions
This file was deleted.

cert/client.p12

-5.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)