Skip to content

Commit 1b7c146

Browse files
Merge pull request #1 from kingscode/ricardovanlaarhoven-env-example
Update _env.example
2 parents 61b8fcd + 90b030e commit 1b7c146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/templates/Default/_env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ NODE_ENV=development
22
VUE_APP_ROOT_API=//url.local/api
33
<%_ if (options.useAuthorisation) { _%>
44
VUE_APP_OAUTH_CLIENT_SECRET=
5-
<%_ } _%>
5+
VUE_APP_OAUTH_CLIENT_ID=
6+
<%_ } _%>

0 commit comments

Comments
 (0)