Created
October 28, 2014 15:48
-
-
Save Neppord/abed3d7742c55c9d80e9 to your computer and use it in GitHub Desktop.
Revisions
-
Neppord created this gist
Oct 28, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ module.exports = { users: [ {"name": "first_test_user", "password": "this_is_ofc_a_hash_with_salt_etc"} ], products: [ {"name": "awesome product (tm)", "id": "very unique id"} ] }