From f722389f74a4b3739a568f3dfce22e721b00d522 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Fri, 24 Feb 2023 23:24:55 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12068 Signed-off-by: stephb9959 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e06128d..95fca9e 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ You may modify the following fields in the POST - You may include an array of devices UUIDs - Topology and design cannot be set +### Environment variables +The following environment variables should be set from the root directory of the service. They tell the OWGW process where to find +the configuration and the root directory. +```bash +export OWGW_ROOT=`pwd` +export OWGW_CONFIG=`pwd` +``` +You can run the shell script `set_env.sh` from the microservice root. + ### OWPROV Service Configuration The configuration is kept in a file called `owprov.properties`. To understand the content of this file, please look [here](https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/CONFIGURATION.md)