me
/
guix
Archived
1
0
Fork 0

services: postgresql: Define a default value.

* gnu/services/databases.scm (postgresql-service-type): Define a default value.
master
Mathieu Othacehe 2021-02-22 15:40:30 +01:00
parent 3bcfd41620
commit 8163f74542
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 1 deletions

View File

@ -331,7 +331,9 @@ host all all ::1/128 md5"))
(const %postgresql-accounts)) (const %postgresql-accounts))
(service-extension (service-extension
profile-service-type profile-service-type
(compose list postgresql-configuration-postgresql)))))) (compose list postgresql-configuration-postgresql))))
(default-value (postgresql-configuration
(postgresql postgresql-10)))))
(define-deprecated (postgresql-service #:key (postgresql postgresql) (define-deprecated (postgresql-service #:key (postgresql postgresql)
(port 5432) (port 5432)