diff options
Diffstat (limited to 'priv/files/sys_config')
-rw-r--r-- | priv/files/sys_config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/priv/files/sys_config b/priv/files/sys_config new file mode 100644 index 0000000..eda2e75 --- /dev/null +++ b/priv/files/sys_config @@ -0,0 +1,9 @@ +%% Thanks to Ulf Wiger at Ericcson for these comments: +%% +%% This file is identified via the erl command line option -config File. +%% Note that File should have no extension, e.g. +%% erl -config .../sys (if this file is called sys.config) +%% +%% In this file, you can redefine application environment variables. +%% This way, you don't have to modify the .app files of e.g. OTP applications. +[]. |