Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 215ecd6f authored by root's avatar root
Browse files

Add env var in Readme

parent 0c90860e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

| Environment name                     | Default value            | Mandatory                                            | Description                                                                     |
|--------------------------------------|--------------------------|------------------------------------------------------|---------------------------------------------------------------------------------|
| APP_NAME                             | proxy-stt                | No                                                   | App name for stream logs                                                        |
| CRT_PATH                             | -                        | Yes                                                  | Path of the crt file for certificate                                            |
| GIN_MODE                             | debug                    | No                                                   | Must be `debug` or `release`                                                    |
| KEY_PATH                             | -                        | Yes                                                  | Path of the key file for certificate                                            |
@@ -10,6 +11,8 @@
| MURENA_API_ADMIN_PASSWORD            | -                        | Yes                                                  | Murena API admin password                                                       |
| MURENA_API_HOST                      | -                        | Yes                                                  | Murena API host server                                                          |
| OPENAI_API_KEY                       | -                        | Yes                                                  | OpenAI API key                                                                  |
| PROXY_HOSTNAME                       | murena-streamer             | No                                                | Hostname for stream logs                                                        |
| STREAM_SDID                          | stream@12345             | No                                                   | Stream SD ID for stream logs                                                    |
| PORT                                 | 888                      | No                                                   | The port used by quic protocol                                                  |

# Tests