Skip to content

Commit ca962fc

Browse files
committed
fix: back to app reference on port
1 parent bbc2885 commit ca962fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flake: {
2222

2323
# The digesting configuration of server
2424
toml-config = toml.generate "config.toml" {
25-
server.port = toString cfg.port;
25+
app.port = toString cfg.port;
2626
spring.datasource.url = "#databaseUrl#";
2727
github = {
2828
client-id = "#ghcid#";

0 commit comments

Comments
 (0)