diff options
Diffstat (limited to 'examples/relcool.config')
-rw-r--r-- | examples/relcool.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/relcool.config b/examples/relcool.config index b5b02fc..77d7acf 100644 --- a/examples/relcool.config +++ b/examples/relcool.config @@ -24,6 +24,9 @@ %% directory it will be automatically added. {paths, ["/opt/erlang_apps"]}. +%% If needed you can use a specific vm.args file instead of the +%% one automatically generated by relx. +{vm_args, "./config/vm.args"}. %% If you have a sys.config file you need to tell relcool where it is. If you do %% that relcool will include the sys.config in the appropriate place |