diff options
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 53acb96..cfd4263 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,7 +1,7 @@ import Config config :nostrum, - token: "NTM4MjA0NTYyMTU1MjQxNDgz.GHQMG6.WMNuny5iGpCvUKfLuQx_w9k6zkow7AhNNbw-B4", + token: "NTM4MjA0NTYyMTU1MjQxNDgz.GHroNu.1j6C5W5ZrBDBsNcWyPJLAOtpCe0tJr3rPcj0iY", gateway_intents: [ :guild_messages, :guild_message_reactions, @@ -16,3 +16,8 @@ config :logger, config :logger, :console, format: "[$level] $message ($metadata)\n", metadata: [:module] + +config :thulani, Thulani.Repo, + database: "memes", + username: "thulani", + hostname: "localhost" |
