Skip to content

Commit fe59bf4

Browse files
committed
update todos and example env
1 parent 7f362fa commit fe59bf4

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.env.example

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
BOT_TOKEN=
22
WELCOME_CHANNEL=
3-
ADMIN_CHANNEL=
3+
ADMIN_CHANNEL=
4+
5+
DATABASE_URL="postgres://postgres:postgrespw@localhost:49153"
6+
7+
PROJECT_NAME=botsofcode
8+
POSTGRES_DATABASE=botsofcode
9+
POSTGRES_HOST=postgres
10+
POSTGRES_USERNAME=postgres
11+
POSTGRES_PASSWORD=postgres
12+
POSTGRES_PORT=5432
13+
PRISMA_STUDIO_PORT=5555
14+
POSTGRES_PATH=/postgres

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [ ] [docker-compose postgresql db](https://www.section.io/engineering-education/dockerized-prisma-postgres-api/)
12
- [x] Name is shared on process
23
- [x] Store `uid: realname`
34
- [x] Query when button is pressed

0 commit comments

Comments
 (0)