Skip to content

Commit

Permalink
chore: add example env
Browse files Browse the repository at this point in the history
Speeds up setting local development server
  • Loading branch information
KasperiP committed Jan 11, 2023
1 parent 0c9fa91 commit 63c3f8c
Showing 1 changed file with 11 additions and 0 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

0 comments on commit 63c3f8c

Please sign in to comment.