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