Skip to content

Commit 6b6f54d

Browse files
committed
Truncate config.exs
1 parent 2e0c540 commit 6b6f54d

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

config/config.exs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
# This file is responsible for configuring your application
2-
# and its dependencies with the aid of the Mix.Config module.
3-
use Mix.Config
4-
5-
# This configuration is loaded before any dependency and is restricted
6-
# to this project. If another project depends on this project, this
7-
# file won't be loaded nor affect the parent project. For this reason,
8-
# if you want to provide default values for your application for third-
9-
# party users, it should be done in your mix.exs file.
10-
11-
# Sample configuration:
12-
#
13-
# config :logger, :console,
14-
# level: :info,
15-
# format: "$date $time [$level] $metadata$message\n",
16-
# metadata: [:user_id]
17-
18-
# It is also possible to import configuration files, relative to this
19-
# directory. For example, you can emulate configuration per environment
20-
# by uncommenting the line below and defining dev.exs, test.exs and such.
21-
# Configuration from the imported file will override the ones defined
22-
# here (which is why it is important to import them last).
23-
#
24-
# import_config "#{Mix.env}.exs"

0 commit comments

Comments
 (0)