commit
d724f68ca1
@ -1,5 +0,0 @@ |
|||||||
use Mix.Config |
|
||||||
|
|
||||||
# Configures the endpoint |
|
||||||
config :block_scout_web, BlockScoutWeb.Endpoint, |
|
||||||
secret_key_base: "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5" |
|
@ -1,10 +0,0 @@ |
|||||||
use Mix.Config |
|
||||||
|
|
||||||
# Configure your database |
|
||||||
config :explorer, Explorer.Repo, |
|
||||||
database: "explorer_dev", |
|
||||||
hostname: "localhost", |
|
||||||
username: "postgres", |
|
||||||
password: "<REPLACE WITH THE PASSWORD YOU CHOSE>", |
|
||||||
pool_size: 20, |
|
||||||
timeout: 80_000 |
|
Loading…
Reference in new issue