Skip to content

Instantly share code, notes, and snippets.

@amrishodiq
Created May 10, 2016 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amrishodiq/31c814da395932eddb5f705d00d95a56 to your computer and use it in GitHub Desktop.
Save amrishodiq/31c814da395932eddb5f705d00d95a56 to your computer and use it in GitHub Desktop.
JavaScript: Konfigurasi Database untuk Lazy Repo
var databaseconfig = {
name: 'dummydatabase',
version: '1.0',
realName: 'Dummy Database',
size: 2 * 1024 * 1024
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment