change to str

This commit is contained in:
zack 2024-10-21 19:25:24 -04:00
parent 67e4709a83
commit 737d427e93
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -102,7 +102,7 @@
RELEASE_TMP = working_directory;
# can be generated in an elixir console with
# Base.encode32(:crypto.strong_rand_bytes(32))
PORT = cfg.phx.port;
PORT = "${cfg.phx.port}";
PHX_HOST = cfg.domain;
PHX_SERVER = cfg.phx.enableServer;
};