Skip to content

Commit

Permalink
chore: fix sample env
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Parodi committed Oct 31, 2022
1 parent bcc24c9 commit 749c2e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KINTO_SERVICE_URL = "http://localhost:3000";
KINTO_NODES_URL = "http://localhost:3001";
USERS_ROUTE = "users";
FILES_ROUTE = "files";
NODES_ROUTE = "nodes";
KINTO_SERVICE_URL = http://localhost:3000
KINTO_NODES_URL = http://localhost:3001
USERS_ROUTE = users
FILES_ROUTE = files
NODES_ROUTE = nodes

0 comments on commit 749c2e2

Please sign in to comment.