diff --git a/config/dev.exs b/config/dev.exs
index 49fc102..7730ac8 100644
--- a/config/dev.exs
+++ b/config/dev.exs
@@ -5,7 +5,7 @@ config :kmxgit, Kmxgit.Repo,
database: "git",
hostname: "localhost",
username: "git",
- password: "kHoe+doaJNo55rf+gcmRZsO9fiANjNy",
+ password: "L4GNDeg+UAlsBYnX",
show_sensitive_data_on_connection_error: true,
pool_size: 2
diff --git a/config/runtime.exs b/config/runtime.exs
index 0504aba..89e03e3 100644
--- a/config/runtime.exs
+++ b/config/runtime.exs
@@ -9,10 +9,7 @@ import Config
if config_env() == :prod do
database_url =
System.get_env("DATABASE_URL") ||
- raise """
- environment variable DATABASE_URL is missing.
- For example: ecto://USER:PASS@HOST/DATABASE
- """
+ "ecto://git:L4GNDeg+UAlsBYnX@localhost/git"
config :kmxgit, Kmxgit.Repo,
# ssl: true,