From ca37d7d06d7e1e4a430cc694a3de564b893dee75 Mon Sep 17 00:00:00 2001 From: Isaac Light Date: Mon, 3 Jun 2024 04:14:02 -0400 Subject: [PATCH] add config fields --- frontend/src/App.tsx | 22 +++++++++++----------- store/settings/configs/local.yaml | 5 +++++ 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ac85810e..acbdfa5d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -21,10 +21,10 @@ const App = () => { - + + - - + } /> } /> @@ -34,15 +34,15 @@ const App = () => { } /> } /> - - + - + + diff --git a/store/settings/configs/local.yaml b/store/settings/configs/local.yaml index a1a0a8bf..44eace28 100644 --- a/store/settings/configs/local.yaml +++ b/store/settings/configs/local.yaml @@ -3,3 +3,8 @@ crypto: site: homepage: http://localhost:3000 api: http://localhost:8080 +email: + host: ${oc.env:ROBOLIST_SMTP_HOST} + email: ${oc.env:ROBOLIST_SMTP_EMAIL} + password: ${oc.env:ROBOLIST_SMTP_PASSWORD} + name: ${oc.env:ROBOLIST_SMTP_NAME}