Switched changelog to the new format

master
Luca Frosini 4 years ago
parent c93f21965c
commit a75d06b38b

@ -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

@ -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";

Loading…
Cancel
Save