mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
12 lines
254 B
Lua
12 lines
254 B
Lua
return {
|
|
settings = {
|
|
sqls = {
|
|
connections = {
|
|
{
|
|
driver = "postgresql",
|
|
dataSourceName = "host=0.0.0.0 port=5432 user=postgres password=qwerty123 dbname=postgres sslmode=disable",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|