Skip to content

Commit 73975ab

Browse files
committed
fix: check the playground .env into source control
1 parent 1339996 commit 73975ab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ ssl
8484
nbproject
8585
.tsbuildinfo
8686
.eslintcache
87-
.env
8887

8988

9089
############################

playground/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
HOST=0.0.0.0
2+
PORT=1337
3+
APP_KEYS="toBeModified1,toBeModified2"
4+
API_TOKEN_SALT=tobemodified
5+
TRANSFER_TOKEN_SALT=tobemodified
6+
ADMIN_JWT_SECRET=tobemodified
7+
JWT_SECRET=tobemodified

playground/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ coverage
121121
# Strapi
122122
############################
123123

124-
.env
125124
license.txt
126125
exports
127126
.strapi

0 commit comments

Comments
 (0)