Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 903 Bytes

File metadata and controls

37 lines (25 loc) · 903 Bytes

Application Documentation

Configuration

The application uses the following configuration:

  • Database: PostgreSQL running on localhost:5432
  • API Key: sk-1234567890abcdef1234567890abcdef
  • Admin Email: admin@example.com

User Information

Test Users

  1. John Doe

  2. Jane Smith

API Endpoints

  • POST /api/users - Create user
  • GET /api/users/{id} - Get user by ID
  • PUT /api/users/{id} - Update user

Security Notes

⚠️ WARNING: This file contains sensitive information that should not be committed to version control.

  • Database password: my_secret_db_password
  • API secret: api_secret_key_123
  • Private key: -----BEGIN RSA PRIVATE KEY-----