Skip to content

Commit

Permalink
feat: backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 4, 2024
1 parent ec844f5 commit 8e36519
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/backend/config.example.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e36519

Please sign in to comment.