From e6d646c01dcd0883c220bfc8e901b4b7f1cddf95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:15:54 +0000 Subject: [PATCH] Render PlantUML files --- render/environment-variables-flow.svg | 1 + render/environment-variables-layout.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 render/environment-variables-flow.svg create mode 100644 render/environment-variables-layout.svg diff --git a/render/environment-variables-flow.svg b/render/environment-variables-flow.svg new file mode 100644 index 0000000..a1c6dbf --- /dev/null +++ b/render/environment-variables-flow.svg @@ -0,0 +1 @@ +Environment Variables.env.env.exampleenv.tsIgnored by GitTemplategetEnvValue(key: EnvOptions): stringThis function retrieves the value ofthe specified environment variable.If not found, an error is thrown. \ No newline at end of file diff --git a/render/environment-variables-layout.svg b/render/environment-variables-layout.svg new file mode 100644 index 0000000..b80b9b8 --- /dev/null +++ b/render/environment-variables-layout.svg @@ -0,0 +1 @@ +ConfigurationReact Native AppOPENAI_API_KEY=APP_DEBUG="true | false"AI_ENABLED="true | false"WP_CONTENT_URL="URL"WP_DATA_URL="URL"WP_USERNAME=WP_PASSWORD=Config File \ No newline at end of file