This commit is contained in:
2024-06-03 13:24:53 -03:00
parent 9b00cedf2e
commit 72b84f720d
6 changed files with 34 additions and 8 deletions

View File

@ -5,12 +5,24 @@ config :derivantes, Derivantes.Repo,
username: "postgres",
password: "1nf0rm3",
hostname: "localhost",
port: 5432,
port: 5555,
database: "derivantes",
stacktrace: true,
show_sensitive_data_on_connection_error: true,
pool_size: 10
# Segundo repo (TDS SANATORIO AMERICANO)
config :derivantes, Derivantes.TdsRepo ,
username: "consulta",
password: "Am3r1c42023",
hostname: "127.0.0.1",
database: "SAMERICANO2",
port: 1439,
stacktrace: true,
show_sensitive_data_on_connection_error: true,
pool_size: 10
# For development, we disable any cache and enable
# debugging and code reloading.
#