mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
14 lines
290 B
Properties
14 lines
290 B
Properties
# Database Configuration
|
|
database.url=jdbc:mysql://localhost:3306/mydb
|
|
database.username=admin
|
|
database.password=secret
|
|
|
|
# Application Settings
|
|
app.name=My Application
|
|
app.version=1.0.0
|
|
app.debug=true
|
|
|
|
# Server Configuration
|
|
server.port=8080
|
|
server.host=localhost
|
|
server.maxConnections=100
|