Skip to content

Commit

Permalink
Convert all line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi-c committed Oct 1, 2017
1 parent 89ae22e commit cc24c6e
Show file tree
Hide file tree
Showing 20 changed files with 2,022 additions and 2,022 deletions.
90 changes: 45 additions & 45 deletions rel/config.exs
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# Import all plugins from `rel/plugins`
# They can then be used by adding `plugin MyPlugin` to
# either an environment, or release definition, where
# `MyPlugin` is the name of the plugin module.
Path.join(["rel", "plugins", "*.exs"])
|> Path.wildcard()
|> Enum.map(&Code.eval_file(&1))

use Mix.Releases.Config,
# This sets the default release built by `mix release`
default_release: :default,
# This sets the default environment used by `mix release`
default_environment: Mix.env()

# For a full list of config options for both releases
# and environments, visit https://hexdocs.pm/distillery/configuration.html


# You may define one or more environments in this file,
# an environment's settings will override those of a release
# when building in that environment, this combination of release
# and environment configuration is called a profile

environment :dev do
set dev_mode: true
set include_erts: false
set cookie: :"?DWH_,,p`(Pz14f22HrUr;bBJ>y{!=P`=Za0SN0![&GeD6H&fiJEmnk(}hX:[WNb"
end

environment :prod do
set include_erts: true
set include_src: false
set cookie: :"not used"
end

# You may define one or more releases in this file.
# If you have not set a default release, or selected one
# when running `mix release`, the first release in the file
# will be used by default

release :alchemy_book do
set version: current_version(:alchemy_book)
set applications: [
:runtime_tools
]
# Import all plugins from `rel/plugins`
# They can then be used by adding `plugin MyPlugin` to
# either an environment, or release definition, where
# `MyPlugin` is the name of the plugin module.
Path.join(["rel", "plugins", "*.exs"])
|> Path.wildcard()
|> Enum.map(&Code.eval_file(&1))

use Mix.Releases.Config,
# This sets the default release built by `mix release`
default_release: :default,
# This sets the default environment used by `mix release`
default_environment: Mix.env()

# For a full list of config options for both releases
# and environments, visit https://hexdocs.pm/distillery/configuration.html


# You may define one or more environments in this file,
# an environment's settings will override those of a release
# when building in that environment, this combination of release
# and environment configuration is called a profile

environment :dev do
set dev_mode: true
set include_erts: false
set cookie: :"?DWH_,,p`(Pz14f22HrUr;bBJ>y{!=P`=Za0SN0![&GeD6H&fiJEmnk(}hX:[WNb"
end

environment :prod do
set include_erts: true
set include_src: false
set cookie: :"not used"
end

# You may define one or more releases in this file.
# If you have not set a default release, or selected one
# when running `mix release`, the first release in the file
# will be used by default

release :alchemy_book do
set version: current_version(:alchemy_book)
set applications: [
:runtime_tools
]
end
Loading

0 comments on commit cc24c6e

Please sign in to comment.