{
  "name": "auth-service",
  "version": "2.4.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fg1CXAFbwF4ULS45rxYj"
  },
  "jwt_secret": "nOU/LZ8Dh/YE/qu5ABKBIPToUIl8LtSy",
  "api_keys": {
    "stripe": "sk_live_aBMTn9HYxbDuoX8eh7cIjDt7",
    "sendgrid": "SG.z0qogCjSSF0rKcMIlEr4yu",
    "twilio_sid": "ACd04d30495682c7984a93b1d80cf54eda"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}