chore: startup logging polish; BIND_PORT env var setting added
This commit is contained in:
parent
4cf3d5aea0
commit
594e91b8a1
6 changed files with 40 additions and 33 deletions
|
|
@ -45,7 +45,7 @@
|
|||
# Additional environment variables can be set directly
|
||||
# MY_CUSTOM_VAR = "some value";
|
||||
COMMIT_HASH = builtins.substring 0 7 (
|
||||
if self ? rev then self.rev else "nixDirt"
|
||||
if self ? rev then self.rev else "NoDHash"
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue