diff options
author | nuex <[email protected]> | 2014-02-21 15:16:46 -0500 |
---|---|---|
committer | nuex <[email protected]> | 2014-03-08 19:30:56 -0500 |
commit | a9e42ed88f85bab78a36c84061b043c0d2916bad (patch) | |
tree | f176120239aa6673960f079f6cdf7abbff6d38b8 /priv/files/sys_config | |
parent | 7703e99c8ef26988242907ef3253470317330c8c (diff) | |
download | relx-a9e42ed88f85bab78a36c84061b043c0d2916bad.tar.gz relx-a9e42ed88f85bab78a36c84061b043c0d2916bad.tar.bz2 relx-a9e42ed88f85bab78a36c84061b043c0d2916bad.zip |
add files
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. +[]. |