services.documize.db

NixOS option

Database specific connection string for example: MySQL/Percona/MariaDB: user:password@tcp(host:3306)/documize MySQLv8+: user:password@tcp(host:3306)/documize?allowNativePasswords=true PostgreSQL: host=localhost port=5432 dbname=documize user=admin password=secret sslmode=disable MSSQL: sqlserver://username:password@localhost:1433?database=Documize or sqlserver://sa@localhost/SQLExpress?database=Documize

type: stringdeclared in: nixos/modules/services/web-apps/documize.nixView source on NixOS/nixpkgs →