summaryrefslogtreecommitdiff
path: root/pypaste-confd
diff options
context:
space:
mode:
Diffstat (limited to 'pypaste-confd')
-rw-r--r--pypaste-confd16
1 files changed, 0 insertions, 16 deletions
diff --git a/pypaste-confd b/pypaste-confd
deleted file mode 100644
index cc4d691..0000000
--- a/pypaste-confd
+++ /dev/null
@@ -1,16 +0,0 @@
-# /etc/conf.d/pypaste
-
-PYPASTE_SITE=""
-PYPASTE_CONTENT_LENGTH_MAX_BYTES="2000000" # 2M
-PYPASTE_STORAGE_MAX_BYTES="10000000000" # 10G
-PYPASTE_DICTIONARY="/usr/share/dict/eff_large_wordlist.txt"
-PYPASTE_KEY_LENGTH="3"
-PYPASTE_DATABASE="/var/lib/pypaste/pastes.sqlite"
-PYPASTE_SOCKET_DIR="/run/pypaste"
-PYPASTE_SOCKET_NAME="pypaste.sock"
-PYPASTE_LOG_FILE="/var/log/pypaste.log"
-PYPASTE_DEFAULT_STYLE="native"
-PYPASTE_ARGS="
- --line-numbers
- sqlite
-"