change thing to string
This commit is contained in:
parent
de8a452fbb
commit
748f956361
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
# Base.encode32(:crypto.strong_rand_bytes(32))
|
||||
PORT = "${toString cfg.phx.port}";
|
||||
PHX_HOST = cfg.domain;
|
||||
PHX_SERVER = cfg.phx.enableServer;
|
||||
PHX_SERVER = toString cfg.phx.enableServer;
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "exec";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue