Fix paths to use files on new sync system
This commit is contained in:
parent
ff52925cb4
commit
8c7e31b800
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
fss-deltamvcd = import ../modules/system/fieldseeker-sync.nix {
|
||||
customer = "deltamvcd";
|
||||
dataDirectory = /opt/fieldseeker-sync/deltamvcd;
|
||||
dataDirectory = /mnt/bigdisk/fieldseeker-sync/deltamvcd;
|
||||
fieldseeker-sync = inputs.fieldseeker-sync;
|
||||
port = 3000;
|
||||
subdomain = "deltamvcd";
|
||||
|
|
@ -10,7 +10,7 @@ let
|
|||
};
|
||||
fss-gleipnir-qa = import ../modules/system/fieldseeker-sync.nix {
|
||||
customer = "gleipnir-qa";
|
||||
dataDirectory = /opt/fieldseeker-sync/gleipnir;
|
||||
dataDirectory = /mnt/bigdisk/fieldseeker-sync/gleipnir-qa;
|
||||
fieldseeker-sync = inputs.fieldseeker-sync;
|
||||
port = 3001;
|
||||
subdomain = "gleipnir-qa";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue