Skip to content

Commit a7abed5

Browse files
author
Muhammad Rehan Alam
committed
chore(env): adds example env
1 parent b79cc8c commit a7abed5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Authlete Configuration
2+
# Copy this file to .env and fill in your actual credentials
3+
4+
AUTHLETE_BEARER=OUR_ORGANIZATION_ACCESS_TOKEN_FROM_CONSOLE
5+
AUTHLETE_BASE_URL=https://us.authlete.com

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)