Skip to content

Commit

Permalink
Merge pull request #83 from KasperiP/coal
Browse files Browse the repository at this point in the history
Few fixes for setting up local development server
  • Loading branch information
Esinko authored Jan 13, 2023
2 parents 9126c25 + 63c3f8c commit 42edb85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12,299 deletions.
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# General API-endpoint
NEXT_PUBLIC_API_SERVER=https://api.testausserveri.fi

# Media API-endpoint
NEXT_PUBLIC_API_SERVER_MEDIA=https://api.testausserveri.fi

# Discord channel ID
CHANNEL=YOUR_DISCORD_CHANNEL_ID

# Discord bot token
TOKEN=YOUR_DISCORD_BOT_TOKEN
Loading

1 comment on commit 42edb85

@vercel
Copy link

@vercel vercel bot commented on 42edb85 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.