diff options
Diffstat (limited to 'host-coleridge/savedconfig')
-rw-r--r-- | host-coleridge/savedconfig/app-text/keening | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/host-coleridge/savedconfig/app-text/keening b/host-coleridge/savedconfig/app-text/keening deleted file mode 100644 index 0c4c3a9..0000000 --- a/host-coleridge/savedconfig/app-text/keening +++ /dev/null @@ -1,11 +0,0 @@ -/* Template for the temp file. See mkstemp(3) */ -static char PATH_TMP[] = "/srv/http/vehk/keening.vehk.de/t/kng.XXXXXX"; - -/* Path to persistent paste directory */ -static const char* PATH_PRS = "/srv/http/vehk/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/"; |