aboutsummaryrefslogtreecommitdiff
path: root/backend/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.json')
-rw-r--r--backend/config.json24
1 files changed, 24 insertions, 0 deletions
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": ""
+ }
+}