summaryrefslogtreecommitdiffstats
path: root/host-coleridge/savedconfig/app-text
diff options
context:
space:
mode:
authorWolfgang Müller2019-02-10 18:29:15 +0100
committerWolfgang Müller2019-02-10 18:29:15 +0100
commita25b7c8da9414e9188d7feb7b280005e6e50ea13 (patch)
tree14584c0ed68a4783cc79ee94ee9932ea4a987664 /host-coleridge/savedconfig/app-text
downloadportage-roles-a25b7c8da9414e9188d7feb7b280005e6e50ea13.tar.gz
Initial import
Diffstat (limited to 'host-coleridge/savedconfig/app-text')
-rw-r--r--host-coleridge/savedconfig/app-text/keening11
1 files changed, 11 insertions, 0 deletions
diff --git a/host-coleridge/savedconfig/app-text/keening b/host-coleridge/savedconfig/app-text/keening
new file mode 100644
index 0000000..7d14f67
--- /dev/null
+++ b/host-coleridge/savedconfig/app-text/keening
@@ -0,0 +1,11 @@
+/* Template for the temp file. See mkstemp(3) */
+static char PATH_TMP[] = "/srv/http/hosts/keening.vehk.de/t/kng.XXXXXX";
+
+/* Path to persistent paste directory */
+static const char* PATH_PRS = "/srv/http/hosts/keening.vehk.de/p/";
+
+/* URL prefix used to construct the URL to a named/persistent file */
+static const char* URL_PRS = "https://keening.vehk.de/p/";
+
+/* URL prefix used to construct the URL to a temporary file */
+static const char* URL_TMP = "https://keening.vehk.de/t/";