Commit aa703ae773ec04d0556806c59e75d1991dcc7891

Thomas de Grivel 2022-01-31T23:00:14

mix ecto.create

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/config/dev.exs b/config/dev.exs
index 3bb37ca..45c2eb4 100644
--- a/config/dev.exs
+++ b/config/dev.exs
@@ -2,10 +2,7 @@ import Config
 
 # Configure your database
 config :kmxcrm, Kmxcrm.Repo,
-  username: "postgres",
-  password: "postgres",
   database: "kmxcrm_dev",
-  hostname: "localhost",
   show_sensitive_data_on_connection_error: true,
   pool_size: 10