first commit
This commit is contained in:
commit
e082feae8b
26 changed files with 7238 additions and 0 deletions
29
.env.example
Normal file
29
.env.example
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
KC_REALM_URL=
|
||||
KC_PUBLIC_KEY=
|
||||
KC_PREFERRED_MODE=
|
||||
|
||||
ELASTICSEARCH_PROTOCOL=
|
||||
ELASTICSEARCH_HOST=
|
||||
ELASTICSEARCH_PORT=
|
||||
ELASTICSEARCH_INDEX=
|
||||
|
||||
APP_HOST=
|
||||
APP_PORT=
|
||||
|
||||
WINDMILL_URL=
|
||||
WINDMILL_WORKSPACE=
|
||||
WINDMILL_BACKUP_SCRIPT_ID=
|
||||
WINDMILL_RESTORE_SCRIPT_ID=
|
||||
WINDMILL_API_KEY=
|
||||
|
||||
DB_HOST=
|
||||
DB_PORT=
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
|
||||
MINIO_USE_SSL=
|
||||
MINIO_HOST=
|
||||
MINIO_PORT=
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
MINIO_BUCKET=
|
||||
Loading…
Add table
Add a link
Reference in a new issue