Skip to content

Commit

Permalink
Fix EIP_CONFIG_PATH in README.md (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw authored Apr 16, 2024
1 parent 71cfd67 commit 3899ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export BAHMNI_APPS_PATH=$DISTRO_PATH/bahmni_emr/bahmniapps && \
export ODOO_CONFIG_PATH=$DISTRO_PATH/odoo_config && \
export ODOO_EXTRA_ADDONS=$DISTRO_PATH/odoo_addons && \
export EIP_CLIENT_ROUTES_PATH=$DISTRO_PATH/eip_config/routes && \
export EIP_CONFIG_PATH=$DISTRO_PATH/eip_config/config
export EIP_CONFIG_PATH=$DISTRO_PATH/eip_config
```

The complete list of available variables can be found in [.env](.env).
Expand Down

0 comments on commit 3899ba9

Please sign in to comment.