mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
7 lines
329 B
JSON
7 lines
329 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"
|
|
}
|
|
// "oracle": "oracle://bunkerweb:secret@bw-db:1521?service_name=FREEPDB1"
|