mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-20 02:24:58 -05:00
fix .nomsconfig error: Near line 11 (#2857)
This commit is contained in:
committed by
Eric Halpern
parent
0cf768e912
commit
fcb98d7780
@@ -8,9 +8,8 @@ url = "http://demo.noms.io/cli-tour"
|
||||
|
||||
# DB alias named `temp` that refers to a noms db stored under /tmp
|
||||
[db.temp]
|
||||
url = "ldb:/tmp/noms/shared
|
||||
url = "ldb:/tmp/noms/shared"
|
||||
|
||||
# DB alias named `http` that refers to the local http db
|
||||
[db.http]
|
||||
url = "http://localhost:8000
|
||||
|
||||
url = "http://localhost:8000"
|
||||
|
||||
Reference in New Issue
Block a user