nuevo
This commit is contained in:
		| @ -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. | ||||
| # | ||||
|  | ||||
		Reference in New Issue
	
	Block a user