Remove the _local directory again
This commit is contained in:
parent
3d66ca2472
commit
79327d2efa
10 changed files with 10 additions and 15 deletions
|
@ -5,7 +5,7 @@ server {
|
|||
port = 4419
|
||||
}
|
||||
|
||||
database = "sqlite://_local/emgauwa-controller.sqlite"
|
||||
database = "sqlite://emgauwa-controller.sqlite"
|
||||
|
||||
permissions {
|
||||
user = "emgauwa"
|
||||
|
|
|
@ -5,7 +5,7 @@ server {
|
|||
port = 4419
|
||||
}
|
||||
|
||||
database = "sqlite://_local/emgauwa-core.sqlite"
|
||||
database = "sqlite://emgauwa-core.sqlite"
|
||||
|
||||
permissions {
|
||||
user = "emgauwa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue