From 8e365195d8df64097472b73ed7da8e6c4bf33f7b Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Thu, 4 Jan 2024 19:23:28 +0700 Subject: [PATCH] feat: backend config --- config/backend/config.example.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/backend/config.example.yaml diff --git a/config/backend/config.example.yaml b/config/backend/config.example.yaml new file mode 100644 index 0000000..e39ad3a --- /dev/null +++ b/config/backend/config.example.yaml @@ -0,0 +1,13 @@ +app: + port: 3003 + debug: true + +database: + host: local-db + port: 5432 + name: johnjud_db + username: root + password: root + +service: + file: file:3004 \ No newline at end of file