-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Links fixed in examples/installation/designer/application-customizati…
…ons.conf
- Loading branch information
1 parent
65a178a
commit 92706c4
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
examples/installation/designer/application-customizations.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
## To customize Nu Designer configuration see https://nussknacker.io/documentation/docs/installation_configuration_guide/Common/ | ||
## To customize Nu Designer configuration see https://nussknacker.io/documentation/docs/configuration/Common | ||
|
||
scenarioTypes { | ||
"streaming" { | ||
# customize Flink streaming scenario type | ||
# see: https://nussknacker.io/documentation/docs/next/installation_configuration_guide/Common/#configuration-file | ||
# see: https://nussknacker.io/documentation/docs/configuration/Common/#configuration-file | ||
} | ||
"streaming-lite-embedded" { | ||
# customize Lite streaming scenario type | ||
# see: https://nussknacker.io/documentation/docs/next/installation_configuration_guide/Common/#configuration-file | ||
# see: https://nussknacker.io/documentation/docs/configuration/Common/#configuration-file | ||
} | ||
"request-response-embedded": { | ||
# customize Lite request-response scenario type | ||
# see: https://nussknacker.io/documentation/docs/next/installation_configuration_guide/Common/#configuration-file | ||
# see: https://nussknacker.io/documentation/docs/configuration/Common/#configuration-file | ||
} | ||
} |