Skip to content

Commit

Permalink
fix(.env): remove env auth
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarArg committed Sep 25, 2019
1 parent 07f2889 commit 27f088a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NODE_ENV=development
AUTH_ENDPOINT=https://devarqbe.indec.gob.ar
AUTH_LOGIN=http://devarq.indec.gob.ar/
AUTH_ENDPOINT=https://authendpointbe.com
AUTH_LOGIN=http://authendpoint.com/
ENDPOINT=http://localhost:3027/
MORGAN_FORMAT=dev
SERVE_STATIC=public
Expand Down

0 comments on commit 27f088a

Please sign in to comment.