Skip to content

Commit 7b789c8

Browse files
authored
make it clear git config not mandatory in datahub
1 parent 486fb88 commit 7b789c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datahub/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@ helm install datahub geonetwork/datahub -f values.yaml
5858

5959
## Datahub configuration
6060

61-
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.
6262

6363
Both `configuration.config_directory_override` and `configuration.assets_directory_override` are available to specify the directory where datahub should find the configuration.
6464

6565
The default values are `/conf` for the configuration and `/assets` for the assets.
6666

6767
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
6868

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+
6971
## Values
7072

7173
**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

Comments
 (0)