Skip to content

Instantly share code, notes, and snippets.

@Neppord
Created October 28, 2014 15:48
Show Gist options
  • Save Neppord/abed3d7742c55c9d80e9 to your computer and use it in GitHub Desktop.
Save Neppord/abed3d7742c55c9d80e9 to your computer and use it in GitHub Desktop.
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"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment