Skip to content

Commit 44cafb8

Browse files
committed
feat: record each order
1 parent f5b9255 commit 44cafb8

File tree

19 files changed

+814
-18
lines changed

19 files changed

+814
-18
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ DISCORD_TOKEN=
33
GUILD_ID=
44

55
REDIS_URL=redis://default:password@localhost:6379/0
6+
7+
DATABASE_URL=postgres://vaffelbot:vaffelbot@localhost:5432/vaffelbot

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
.env
3+
/postgres_data

0 commit comments

Comments
 (0)