We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a212200 + 9c23767 commit dbf1500Copy full SHA for dbf1500
src/sphinx/GettingStartedServers/MyFirstProject.rst
@@ -39,9 +39,9 @@ There are additional parameters available to configure.
39
40
.. code-block:: scala
41
42
- daemonUser in Linux := normalizedName.value // user which will execute the application
+ daemonUser in Linux := normalizedName.value // user which will execute the application
43
44
- daemonGroup in Linux := daemonUser.value // group which will execute the application
+ daemonGroup in Linux := (daemonUser in Linux).value // group which will execute the application
45
46
Default Mappings
47
================
0 commit comments