We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
localhost
1 parent 8d5a0d5 commit 8dfd37aCopy full SHA for 8dfd37a
packages/common/src/ENVIRONMENT_VARS.ts
@@ -38,7 +38,7 @@ declare global {
38
39
// Default fallback values if all else fails
40
const defaultEnv: Environment = {
41
- COUCHDB_SERVER_URL: 'default:5984/',
+ COUCHDB_SERVER_URL: 'localhost:5984/',
42
COUCHDB_SERVER_PROTOCOL: 'http',
43
EXPRESS_SERVER_URL: 'localhost:3000/',
44
EXPRESS_SERVER_PROTOCOL: 'http',
0 commit comments