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.
19 lines
348 B
19 lines
348 B
5 years ago
|
{
|
||
|
"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": "/home/ubuntu/sphinx.db"
|
||
|
}
|
||
|
}
|