diff options
Diffstat (limited to 'host-coleridge/savedconfig/app-text')
-rw-r--r-- | host-coleridge/savedconfig/app-text/keening-0.2-r3 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/host-coleridge/savedconfig/app-text/keening-0.2-r3 b/host-coleridge/savedconfig/app-text/keening-0.2-r3 new file mode 100644 index 0000000..7d14f67 --- /dev/null +++ b/host-coleridge/savedconfig/app-text/keening-0.2-r3 @@ -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/"; |