You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `your data path` is a path on your host machine where you will store settings, e.g. `/Users/macos/certifydata` or `C:\CertifyData` - you can make these paths anything you like depending on your requirements. The key thing is that when you update the container you will run it with the same path in order to use the same settings again.
71
75
72
-
73
76
## Environment Variables
74
77
75
-
`You can optionally specify environment variables to modify the default config:
78
+
You can optionally specify environment variables to modify the default config:
79
+
80
+
`CERTIFY_MANAGEMENT_HUB` : Specify the management hub API URL when working with multiple containers e.g. `http://certify-api:8080`
81
+
82
+
`CERTIFY_MANAGEMENT_HUB_CLIENT_ID` : Specify the management hub joining secret Client ID
83
+
84
+
`CERTIFY_MANAGEMENT_HUB_CLIENT_SECRET` : Specify the management hub joining secret
85
+
86
+
`CERTIFY_MANAGEMENT_HUB_AUTOJOIN` : Set to `"true"` to tell the instance to automatically attempt to join the specified hub
87
+
76
88
77
89
`CERTIFY_ADMIN_DEFAULTUSERNAME` : Override the initial default `admin` username. Only has an effect on initial setup.
78
90
79
91
`CERTIFY_ADMIN_DEFAULTPWD`: Override the initial default admin password of `changeme!`. Only has an effect on initial setup.
80
92
81
93
`CERTIFY_APP_DATA` : Specify an alternative path to store core service settings.
82
94
83
-
`CERTIFY_MANAGEMENT_HUB` : Specify the management hub API URL when working with multiple containers e.g. `http://certify-api:8080/api/internal/managementhub`
84
-
85
95
`CERTIFY_SERVICE_HOST` : Specify the backend agent host when working with multiple containers.
86
96
87
97
`CERTIFY_SERVICE_PORT`: Specify the backend agent port when working with multiple containers.
0 commit comments