mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
13
config/sql-language-server/.sqllsrc.json
Normal file
13
config/sql-language-server/.sqllsrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"name": "kristofersxyz-rs",
|
||||
"adapter": "postgres",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"user": "postgres",
|
||||
"database": "kristofersxyz-rs-db",
|
||||
"password": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user