Skip to content

Commit c141bdb

Browse files
committed
fix: correct port config reference
1 parent 094ff66 commit c141bdb

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-
app.port = toString cfg.port;
25+
server.port = toString cfg.port;
2626
spring.datasource.url = "#databaseUrl#";
2727
github = {
2828
client-id = "#ghcid#";

0 commit comments

Comments
 (0)