We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc2885 commit ca962fcCopy full SHA for ca962fc
1 file changed
module.nix
@@ -22,7 +22,7 @@ flake: {
22
23
# The digesting configuration of server
24
toml-config = toml.generate "config.toml" {
25
- server.port = toString cfg.port;
+ app.port = toString cfg.port;
26
spring.datasource.url = "#databaseUrl#";
27
github = {
28
client-id = "#ghcid#";
0 commit comments