]> git.stg.codes - stg.git/blobdiff - stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf
Move projects back into subfolder.
[stg.git] / stargazer / inst / linux / etc / stargazer / conf-available.d / store_firebird.conf
diff --git a/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf b/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf
deleted file mode 100644 (file)
index 39e4ad3..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Enables Firebird backend.
-<StoreModule store_firebird>
-    # Database server address
-    # Parameter: optional
-    # Value: IP address or DNS name
-    # Default: localhost
-    # Server = localhost
-
-    # Path to the database on the server or its alias
-    # Parameter: optional
-    # Value: file path
-    # Default: /var/stg/stargazer.fdb
-    # Database = /var/stg/stargazer.fdb
-
-    # 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
-
-    # The transaction isolation level
-    # Parameter: optional
-    # Values: concurrency, dirtyread, readcommitted, consistency
-    # Defalt: concurrency
-    # IsolationLevel = concurrency
-
-    # Responding to lock (optional, defaults to wait):
-    # Parameter: optional
-    # Values: wait, nowait
-    # Defalt: wait
-    # LockResolution = wait
-</StoreModule>