Skip to content

Commit 8dfd37a

Browse files
committed
make localhost the default couch location
1 parent 8d5a0d5 commit 8dfd37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/ENVIRONMENT_VARS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ declare global {
3838

3939
// Default fallback values if all else fails
4040
const defaultEnv: Environment = {
41-
COUCHDB_SERVER_URL: 'default:5984/',
41+
COUCHDB_SERVER_URL: 'localhost:5984/',
4242
COUCHDB_SERVER_PROTOCOL: 'http',
4343
EXPRESS_SERVER_URL: 'localhost:3000/',
4444
EXPRESS_SERVER_PROTOCOL: 'http',

0 commit comments

Comments
 (0)