Skip to content

Instantly share code, notes, and snippets.

@rad9800
Created December 10, 2025 08:50
Show Gist options
  • Select an option

  • Save rad9800/6b371444ed50c5e10a4ab5342741fed4 to your computer and use it in GitHub Desktop.

Select an option

Save rad9800/6b371444ed50c5e10a4ab5342741fed4 to your computer and use it in GitHub Desktop.
Configuration backup
# AWS Configuration
aws.accessKeyId=AKIASQXSUCQFPRTJY2YO
aws.secretAccessKey=Joh7AsRwjWjeRgx4OvrHMD/MDTxgki9byRLTkEk4
aws.region=us-east-1
# Application Settings
app.name=myapp
app.port=8080
server.servlet.context-path=/api
# Database
spring.datasource.url=jdbc:postgresql://localhost:5432/myapp
spring.datasource.username=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment