{
  "name": "auth-service",
  "version": "2.3.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "j0yMZ1LKIGZTkbE3ZsJZ"
  },
  "jwt_secret": "0m0lFtuNvj/fVLAn+GuuOiLfnk21Pc5j",
  "api_keys": {
    "stripe": "sk_live_67IbIL3z4qJ7TIZExhpStT5P",
    "sendgrid": "SG.x4bPTuNdfWBuLKqsAcKjQP",
    "twilio_sid": "AC7626d8fc59607732aaf2bae285e2c8b4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}