]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_postgresql.conf
diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf
deleted file mode 100644 (file)
index 8a52c75..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Enables PostgreSQL backend.
-<StoreModule store_postgresql>
-    # Database server address
-    # Parameter: optional
-    # Value: IP address or DNS name
-    # Default: localhost
-    # Server = localhost
-
-    # Database name
-    # Parameter: optional
-    # Value: any, supported by database
-    # Default: stargazer
-    # Database = stargazer
-
-    # Database username
-    # Parameter: optional
-    # Value: any, supported by database
-    # Default: stg
-    # User = stg
-
-    # Database password
-    # Parameter: optional
-    # Value: any, supported by database
-    # Default: 123456
-    # Password = 123456
-
-    # Number of tries to reconnect
-    # Parameter: optional
-    # Value: positive integer
-    # Default: 3
-    # Retries = 3
-</StoreModule>