💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmiChat › files › 65790953466d115ef25a6efab9… captured on 2024-02-05 at 10:05:51. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
0 import Config
1
2 config :gmichat, Gmichat.Repo,
3 database: "gmichat_repo",
4 username: "user",
5 password: "pass",
6 hostname: "localhost"
7
8 config :gmichat,
9 ecto_repos: [Gmichat.Repo]
10
11 config :logger, :console,
12 format: "[$level]$metadata $message\n",
13 level: :info
14