use ASTRO_DB_REMOTE_URL with file: protocol for wynne service
This commit is contained in:
parent
ec30f1518a
commit
b0b4a0cb0c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
environment = {
|
||||
HOST = "127.0.0.1";
|
||||
PORT = toString port;
|
||||
ASTRO_DATABASE_FILE = "${dataDir}/data/guestbook.db";
|
||||
ASTRO_DB_REMOTE_URL = "file:${dataDir}/data/guestbook.db";
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue