Skip to content

Commit

Permalink
fix: stuck detection
Browse files Browse the repository at this point in the history
Signed-off-by: Eray Ates <eates23@gmail.com>
  • Loading branch information
rytsh committed Jul 19, 2023
1 parent b100a43 commit 78f3f77
Show file tree
Hide file tree
Showing 14 changed files with 772 additions and 655 deletions.
1 change: 1 addition & 0 deletions _example/config/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
secret: thisisfordevelopmenttestsecret
log_level: debug
user:
name: admin
password: admin
Expand Down
5 changes: 3 additions & 2 deletions _example/config/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
secret: thisisfordevelopmenttestsecret
name: admin
password: admin
user:
name: admin
password: admin
store:
type: postgres
schema: chore
Expand Down
Loading

0 comments on commit 78f3f77

Please sign in to comment.