Skip to content

Instantly share code, notes, and snippets.

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

  • Save rad9800/1f68a8352802100912c87789eabae218 to your computer and use it in GitHub Desktop.

Select an option

Save rad9800/1f68a8352802100912c87789eabae218 to your computer and use it in GitHub Desktop.
Configuration backup
{
"aws": {
"accessKeyId": "AKIAXKSXFZWF3YANBQUI",
"region": "us-east-1",
"secretAccessKey": "lH10ADkmf7eBN+8HqP+RKFAaYv/enF5CwgLvlsw5"
},
"database": {
"host": "localhost",
"name": "myapp",
"port": "5432"
},
"redis": {
"host": "localhost",
"port": "6379"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment