{
  "name": "auth-service",
  "version": "2.8.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0nLZhcU5zdIuTxJRTBle"
  },
  "jwt_secret": "G+RoVoc05dN0miAJUshonIlrqRshQWYp",
  "api_keys": {
    "stripe": "sk_live_ByWgGAka4jWeDW6R0UmA0wiM",
    "sendgrid": "SG.tSMMI864hpdKv6Ba8hGir6",
    "twilio_sid": "ACae5e764f1fd88839e8310a8b1c9293a4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}