Ajout : sauvegardes automatiques des bases postgresql.
[lhc/ateliers.git] / etc / postgresql / 9.1 / main / postgresql.conf
index 8af2f1c..546a9e7 100644 (file)
@@ -89,7 +89,7 @@ lc_messages = 'fr_FR.utf8' # locale for system error message
 lc_monetary = 'fr_FR.utf8' # locale for monetary formatting
 lc_numeric = 'fr_FR.utf8' # locale for number formatting
 lc_time = 'fr_FR.utf8' # locale for time formatting
-#listen_addresses = 'localhost' # what IP address(es) to listen on;
+listen_addresses = '127.0.0.1' # what IP address(es) to listen on;
 #lo_compat_privileges = off
 #local_preload_libraries = ''
 #log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
@@ -142,9 +142,9 @@ shared_buffers = 128MB # min 128kB
 #shared_preload_libraries = '' # (change requires restart)
 #silent_mode = off # Run server silently.
 #sql_inheritance = on
-ssl = off # (change requires restart)
-#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
-#ssl_renegotiation_limit = 512MB # amount of data between renegotiations
+ssl = on # (change requires restart)
+ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
+ssl_renegotiation_limit = 512MB # amount of data between renegotiations
 #standard_conforming_strings = on
 #statement_timeout = 0 # in milliseconds, 0 is disabled
 #stats_temp_directory = 'pg_stat_tmp'