This commit is contained in:
Ryan CrawCour 2015-08-15 14:59:47 -07:00
Родитель 8fee2802d7
Коммит 1e483fb6b0
1 изменённых файлов: 9 добавлений и 0 удалений

9
samples/config.js Normal file
Просмотреть файл

@ -0,0 +1,9 @@
exports.connection = {
endpoint: '[your endpoint]',
authKey: '[your key]'
};
exports.names = {
database: 'NodeSamples',
collection: 'Data',
};