Wednesday, July 15, 2026 2:07:43 AM
> project show esm_bot
A sophisticated Discord bot that bridges Arma 3 Exile servers with Discord communities. Built in Ruby with secure TCP communication, it delivers territory management, real-time notifications, and comprehensive server administration right in your Discord channels.
Details
> database.yml
default: &default
  adapter: postgresql
  encoding: unicode
  pool: 50
  host: <%= ENV.fetch("POSTGRES_HOST", "localhost") %>
  port: <%= ENV.fetch("POSTGRES_PORT", "5432") %>
  database: <%= ENV.fetch("POSTGRES_DATABASE", "esm_development") %>
  username: <%= ENV.fetch("POSTGRES_USERNAME", "esm") %>
  password: <%= ENV.fetch("POSTGRES_PASSWORD", "password12345") %>

development:
  !!merge <<: *default
  database: esm_development

test:
  !!merge <<: *default
  adapter: postgresql
  database: esm_test

arma_test:
  !!merge <<: *default
  adapter: mysql2
  encoding: utf8mb4
  host: "127.0.0.1"
  port: "3306"
  username: root
  database: exile_esm
  password: "password12345"
  database_tasks: false

production:
  !!merge <<: *default
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7