Switched changelog to the new format

This commit is contained in:
Luca Frosini 2020-08-05 16:40:44 +02:00
parent c93f21965c
commit a75d06b38b
2 changed files with 11 additions and 2 deletions

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Generate MapReduce CouchBase
## [v1.0.0-SNAPSHOT]
- First Release

View File

@ -22,8 +22,8 @@ import com.couchbase.client.java.view.View;
public class dbtest {
protected static final String DB = "JobUsageRecord";
protected static final String USAGE_RECORD_TYPE = "JobUsageRecord";
protected static final String DB = "AggregatedServiceUsageRecord";
protected static final String USAGE_RECORD_TYPE = "ServiceUsageRecord";
protected static final String URL = "http://couchbase01-d-d4s.d4science.org";
protected static final String PASSWORD = "accounting";