Skip to content

Commit

Permalink
add nuxt env file config and setup api url
Browse files Browse the repository at this point in the history
  • Loading branch information
bakai-dev committed Feb 10, 2019
1 parent 048a4fb commit e48f277
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
APP_NAME=Laravel

APP_URL=http://localhost:8000/api/
CLIENT_URL=http://localhost:3000

JWT_TTL=1440
JWT_SECRET=TQ6jTml66mPWky12EfNtALsOWe5hoBUR
2 changes: 1 addition & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
#.env

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down

0 comments on commit e48f277

Please sign in to comment.