Skip to content

Commit 02140eb

Browse files
Merge pull request #23 from message-manager-discord/reports
Reports
2 parents 46ada27 + 654e073 commit 02140eb

File tree

44 files changed

+6938
-9611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6938
-9611
lines changed

.env.example

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DISCORD_CLIENT_SECRET=""
88
BACKEND_REDIS_HOST="localhost"
99
BACKEND_REDIS_PORT="6379"
1010

11-
BASE_API_URL="http://localhost:3000"
11+
SITE_URL="http://localhost:8788"
1212

1313

1414

@@ -26,4 +26,8 @@ AVATAR_URL="https://cdn.discordapp.com/avatars/760778370119761921/b09d7fd2ec0f27
2626

2727
NO_MIGRATION_AFTER=1649923675917
2828

29-
SENTRY_DSN="dsn"
29+
SENTRY_DSN="dsn"
30+
31+
API_ADMIN_IDS="111,222"
32+
33+
INTERNAL_TOKEN="randomtoken"

0 commit comments

Comments
 (0)