Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 36535e6

Browse files
committed
ci(config): add ci spec config
1 parent 36fd89d commit 36535e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/tmp.exs renamed to config/ci.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config :mastani_server, MastaniServer.Repo,
1616
adapter: Ecto.Adapters.Postgres,
1717
username: "postgres",
1818
password: "postgres",
19-
database: "mastani_server_tmp",
19+
database: "mastani_server_ci",
2020
hostname: "localhost",
2121
pool_size: 10
2222

0 commit comments

Comments
 (0)