summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/tinyerp-server/files/tinyerp-conf.d')
-rw-r--r--app-office/tinyerp-server/files/tinyerp-conf.d29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-office/tinyerp-server/files/tinyerp-conf.d b/app-office/tinyerp-server/files/tinyerp-conf.d
new file mode 100644
index 000000000..315b7327d
--- /dev/null
+++ b/app-office/tinyerp-server/files/tinyerp-conf.d
@@ -0,0 +1,29 @@
+# The database name
+# Default is 'terp'
+SERVER_DB=terp
+
+# The user for the database
+# Default is the same as the database name (terp)
+SERVER_USER=${SERVER_DB}
+
+
+# ------------------------------------------------------
+# If you run the database on localhost and
+# have trust set in your pg_hba.conf (the default),
+# you do not need to change anything below.
+# ------------------------------------------------------
+
+# The password for the database user
+# Default is commented out (no password authentication)
+#SERVER_PW=
+
+# The database host to use
+# Default is commented out (localhost)
+#SERVER_HOST=
+
+# The database port number to use
+# Default is commented out (well-known port)
+#SERVER_PORT=
+
+# Additional parameters on the command line
+#SERVER_OPTS=""