💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmiChat › files › 65790953466d115ef25a6efab9… captured on 2023-07-22 at 16:41:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

➡️ Next 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