mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
16 lines
264 B
TOML
16 lines
264 B
TOML
schema_version = 1
|
|
id = "PostgreSQLModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.postgresql:PostgreSQLModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "PostgreSQL"
|
|
type = "other"
|
|
subtype = "PostgreSQL"
|
|
priority = 0
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|