Files
smm_core/.vscode/settings.json
T
VLADIMIR 95fe8b530e
continuous-integration/drone/push Build is passing
add get budgets method
2024-11-24 16:53:52 +07:00

14 lines
314 B
JSON

{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "smm",
"database": "smm-core",
"username": "crab",
"password": "crab"
}
]
}