💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmiChat › files › 65790953466d115ef25a6efab9… captured on 2023-01-29 at 03:03:54. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-03-20)

-=-=-=-=-=-=-

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