File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
core/src/main/java/io/temporal/samples/envconfig Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11package io .temporal .samples .envconfig ;
2-
2+ /** @@@SNIPSTART java-env-config-profile */
33import io .temporal .client .WorkflowClient ;
44import io .temporal .client .WorkflowClientOptions ;
55import io .temporal .envconfig .ClientConfigProfile ;
@@ -77,3 +77,4 @@ public static void main(String[] args) {
7777 }
7878 }
7979}
80+ /** @@@SNIPEND */
Original file line number Diff line number Diff line change 11package io .temporal .samples .envconfig ;
2-
2+ /** @@@SNIPSTART java-env-config-profile-with-overrides */
33import io .temporal .client .WorkflowClient ;
44import io .temporal .client .WorkflowClientOptions ;
55import io .temporal .envconfig .ClientConfigProfile ;
@@ -85,3 +85,4 @@ public static void main(String[] args) {
8585 }
8686 }
8787}
88+ /** @@@SNIPEND */
You can’t perform that action at this time.
0 commit comments