mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-10-30 02:12:22 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -43,6 +43,15 @@ certs ---+---
|
|||||||
+--- restapi-key.pem
|
+--- restapi-key.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
### OWFMS Service Configuration
|
### OWFMS Service Configuration
|
||||||
The configuration is kept in a file called `owfms.properties`. To understand the content of this file,
|
The configuration is kept in a file called `owfms.properties`. To understand the content of this file,
|
||||||
please look [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralfms/blob/main/CONFIGURATION.md)
|
please look [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralfms/blob/main/CONFIGURATION.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user