Created
May 10, 2016 10:58
-
-
Save amrishodiq/31c814da395932eddb5f705d00d95a56 to your computer and use it in GitHub Desktop.
JavaScript: Konfigurasi Database untuk Lazy Repo
This file contains 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 characters
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