{
  "name": "auth-service",
  "version": "3.4.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BfhiNKetg2t5oWp8kenU"
  },
  "jwt_secret": "wRWepxHlJSWvkeQPJ5XctpXuDqKzOnJR",
  "api_keys": {
    "stripe": "sk_live_5UevZB6j20b4tytomJk9IC88",
    "sendgrid": "SG.Mdwi7AN0i7xyO75tN4XOVL",
    "twilio_sid": "ACe6232a177c28c6560c3af26eb124f360"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}