fix eval once again
This commit is contained in:
parent
757c060105
commit
2917d2dbb0
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
after = ["network.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
environment = {
|
||||
FLASK_RUN_PORT = 58023;
|
||||
PYTHONPATH = ./.;
|
||||
FLASK_RUN_PORT = toString 58023;
|
||||
PYTHONPATH = toString ./.;
|
||||
MOA_CONFIG = "config.ProductionConfig";
|
||||
};
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue