Skip to content

Commit

Permalink
Rename local_couch to avoid conflicts with old idb databases
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Dec 27, 2022
1 parent 8d0c5fd commit 10137e6
Show file tree
Hide file tree
Showing 2 changed files with 23,301 additions and 19,972 deletions.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = function (environment) {

//ENV.remote_couch = 'https://my.couchcluster.com/bloggr'; // 'http://localhost:5984/bloggr';
ENV.remote_couch = 'https://datasource.couch:6984/bloggr';
ENV.local_couch = 'bloggr';
ENV.local_couch = 'bloggr-i';
ENV.authAdapter = 'application';
if (environment === 'production') {
ENV.rootURL = '/';
Expand Down
Loading

0 comments on commit 10137e6

Please sign in to comment.