mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Cleanup script and address change
This commit is contained in:
@@ -17,7 +17,7 @@ perfjankie({
|
||||
|
||||
/* Identifies where the data and the dashboard are saved */
|
||||
couch: {
|
||||
server: 'http://local.docker:5984',
|
||||
server: 'http://localhost:5984',
|
||||
database: 'performance',
|
||||
updateSite: !process.env.CI, // If true, updates the couchApp that shows the dashboard. Set to false in when running Continuous integration, run this the first time using command line.
|
||||
// onlyUpdateSite: false // No data to upload, just update the site. Recommended to do from dev box as couchDB instance may require special access to create views.
|
||||
|
||||
Reference in New Issue
Block a user