Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit c85659f

Browse files
committedOct 20, 2016
Development database config
1 parent 003774d commit c85659f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎api/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ erl_crash.dump
1414
# secrets file as long as you replace its contents by environment
1515
# variables.
1616
/config/prod.secret.exs
17+
/config/dev.secret.exs

‎api/config/dev.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ config :sling, Sling.Repo,
4040
database: "sling_dev",
4141
hostname: "localhost",
4242
pool_size: 10
43+
44+
import_config "dev.secret.exs"

0 commit comments

Comments
 (0)
This repository has been archived.