Skip to content

Commit 9f9b4af

Browse files
author
Chris Wiechmann
committed
[skip ci] Added a sample for OS-Variables in Env-Properties
1 parent b7c1683 commit 9f9b4af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/apim-adapter/assembly/conf/env.properties.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Remove .sample to activate this file
22
#
33
# Use this file to control common settings for all stages.
4+
# Since version 1.3.7 it is possible to use OS-Environment variables like
5+
# mySetting=${ANY_OS_VARIABLE}
6+
# or
7+
# mySetting=Hello ${ANY_OS_VARIABLE}
48
#
59

610
# This user is the primary user

0 commit comments

Comments
 (0)