From 6cc0bfd1d79074df790272b8091b1f0226d14283 Mon Sep 17 00:00:00 2001 From: zwlucas Date: Fri, 29 May 2026 15:57:37 -0300 Subject: feat: upload project Signed-off-by: zwlucas --- backend/config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 backend/config.json (limited to 'backend/config.json') diff --git a/backend/config.json b/backend/config.json new file mode 100644 index 0000000..4d2afdc --- /dev/null +++ b/backend/config.json @@ -0,0 +1,24 @@ +{ + "server": { + "addr": ":8080" + }, + "database": { + "url": "" + }, + "monitor": { + "interval": "60s", + "timeout": "10s" + }, + "smtp": { + "host": "", + "port": 587, + "username": "", + "password": "", + "from": "" + }, + "auth": { + "admin_username": "admin", + "admin_password_hash": "", + "jwt_secret": "" + } +} -- cgit v1.2.3