-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b06519a
commit 61796de
Showing
33 changed files
with
69 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,14 @@ | ||
import Config | ||
|
||
# Configure your database | ||
# | ||
# The MIX_TEST_PARTITION environment variable can be used | ||
# to provide built-in test partitioning in CI environment. | ||
# Run `mix help test` for more information. | ||
config :exploring_beam_community, ExploringBeamCommunity.Repo, | ||
username: "postgres", | ||
password: "postgres", | ||
hostname: "localhost", | ||
database: "exploring_beam_community_test#{System.get_env("MIX_TEST_PARTITION")}", | ||
pool: Ecto.Adapters.SQL.Sandbox, | ||
pool_size: 10 | ||
|
||
# We don't run a server during test. If one is required, | ||
# you can enable the server option below. | ||
config :exploring_beam_community, ExploringBeamCommunityWeb.Endpoint, | ||
http: [ip: {127, 0, 0, 1}, port: 4002], | ||
secret_key_base: "TvG0FoiH9PYqICwdqc4TyJTeNmgKOWfCML3go99a1yxhJ04DDMT3LLkwOQuyO+0T", | ||
server: false | ||
|
||
# Disable swoosh api client as it is only required for production adapters. | ||
config :swoosh, :api_client, false | ||
|
||
# Print only warnings and errors during test | ||
config :logger, level: :warning | ||
|
||
# Initialize plugs at runtime for faster test compilation | ||
config :phoenix, :plug_init_mode, :runtime | ||
|
||
config :my_app, MyApp.Mailer, adapter: Swoosh.Adapters.Test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.