github.com/attic-labs/noms@v0.0.0-20210827224422-e5fa29d95e8b/samples/cli/nomsconfig/.nomsconfig (about) 1 # Default database URL to be used whenever a database is not explictly provided 2 [db.default] 3 url = "ldb:.noms/tour" # This path is relative to the location of .nomsconfig 4 5 # DB alias named `origin` that refers to the remote cli-tour db 6 [db.origin] 7 url = "http://demo.noms.io/cli-tour" 8 9 # DB alias named `temp` that refers to a noms db stored under /tmp 10 [db.temp] 11 url = "ldb:/tmp/noms/shared" 12 13 # DB alias named `http` that refers to the local http db 14 [db.http] 15 url = "http://localhost:8000"