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
Through the parameter `configuration.git`, you can set a git repository that will be used for configuring datahub.
61
+
If you want, through the parameter `configuration.git`, you can set a git repository that will be used for configuring datahub. This is not mandatory.
62
62
63
63
Both `configuration.config_directory_override` and `configuration.assets_directory_override` are available to specify the directory where datahub should find the configuration.
64
64
65
65
The default values are `/conf` for the configuration and `/assets` for the assets.
66
66
67
67
Please refer to the docker documentation for more explanations about this custom configuration: https://github.com/geonetwork/geonetwork-ui/tree/main/apps/datahub#specifying-a-custom-configuration-file
68
68
69
+
You can also configure some options using the environment variables like `GN4_API_URL`. You can find all the other environment variables here: https://github.com/geonetwork/geonetwork-ui/blob/main/tools/docker/Dockerfile.apps
70
+
69
71
## Values
70
72
71
73
**Important**: Some values here are not documented because those are obvious parameters that you can find the meaning and the usuability through the Kubernetes configuration: https://kubernetes.io/docs/home/
0 commit comments