You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
346 B

{
"development": {
"dialect": "sqlite",
"storage": "/Users/Shared/sphinx.db"
},
"docker_development": {
"dialect": "sqlite",
"storage": "./sphinx.db"
},
"test": {
"dialect": "sqlite",
"storage": "/home/ubuntu/sphinx.db"
},
"production": {
"dialect": "sqlite",
"storage": "/relay/.lnd/sphinx.db"
}
}