From: Jean-Marc Pigeon (Delson) Date: Tue, 17 Jun 2025 03:53:24 +0000 (-0400) Subject: Adjusting configuration file X-Git-Tag: tag-0.9~139 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=5979a350a63ed0560be5b24b34d166200d29d488;p=jmp%2Fmailleur Adjusting configuration file --- diff --git a/conf/mailleur.conf b/conf/mailleur.conf index dda4243..6a72f9a 100644 --- a/conf/mailleur.conf +++ b/conf/mailleur.conf @@ -30,6 +30,7 @@ CA_KEY_CLT = "./certs/localhost-key.pem" CA_VERIFY_CLT = 0 #to check PEER/server remote certificate #------------------------------------------------ #Configured for Postgresql database +#DB_TYPE can be either POSTGRES,MYSQL, default POSTGRES DB_TYPE = POSTGRES DB_NAME = mailleur DB_HOST = localhost diff --git a/mailleur.spec.in b/mailleur.spec.in index fbfdba6..c38df4d 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -173,7 +173,7 @@ Requires : mariadb %build %{__make} \ - prod + debug #-----------------------------------------------------------------------------