fixes cert path
This commit is contained in:
parent
d77236b074
commit
11b0b550ba
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
ACTUAL_DATA_DIR = "/data/actual-server";
|
||||
ACTUAL_HOSTNAME = "0.0.0.0";
|
||||
ACTUAL_HTTPS_KEY = "/data/actual-server/certs/192.168.178.69-key.pem";
|
||||
ACTUAL_HTTPS_CERT = "192.168.178.69.pem";
|
||||
ACTUAL_HTTPS_CERT = "/data/actual-server/certs/192.168.178.69.pem";
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue