Skip to content

Commit 790bab8

Browse files
committed
Revert "fix ci"
This reverts commit 6d7c052.
1 parent 6d7c052 commit 790bab8

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.test.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/test.exs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Config
2-
import Dotenvy
32

43
# Only in tests, remove the complexity from the password hashing algorithm
54
config :bcrypt_elixir, :log_rounds, 1
@@ -17,17 +16,6 @@ config :elixir_playground, ElixirPlayground.Repo,
1716
pool: Ecto.Adapters.SQL.Sandbox,
1817
pool_size: System.schedulers_online() * 2
1918

20-
if File.exists?(".test.env") do
21-
IO.inspect(config_env())
22-
IO.puts("Loading environment variables from .env")
23-
source!([".test.env"])
24-
end
25-
26-
config :elixir_playground, :airtable,
27-
api_key: env!("AIRTABLE_API_KEY", :string),
28-
base_id: env!("AIRTABLE_BASE_ID", :string),
29-
table_name: env!("AIRTABLE_TABLE_NAME", :string)
30-
3119
# We don't run a server during test. If one is required,
3220
# you can enable the server option below.
3321
config :elixir_playground, ElixirPlaygroundWeb.Endpoint,

0 commit comments

Comments
 (0)