mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
6 lines
255 B
JSON
6 lines
255 B
JSON
{
|
|
"sqlite": "sqlite:////var/lib/bunkerweb/db.sqlite3",
|
|
"mariadb": "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db",
|
|
"mysql": "mysql+pymysql://bunkerweb:secret@bw-db:3306/db",
|
|
"postgresql": "postgresql+psycopg://bunkerweb:secret@bw-db:5432/db"
|
|
}
|