{
  "name": "auth-service",
  "version": "2.8.6",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6UPlB2HoNaTjNcDoYV47"
  },
  "jwt_secret": "yi5L6TqxgmspYtavzBocRCDGW/EggLaC",
  "api_keys": {
    "stripe": "sk_live_0KGQzArPJOTB9AfdYP74vVF1",
    "sendgrid": "SG.LRO+oLqyZw9meIqK1IYrsy",
    "twilio_sid": "AC6c25e7fa53f06722d071c8bcf869e0ef"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}