From c6444a83790aa370f5e39c11cbeceda6e8878e26 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 19:28:08 -0400 Subject: add openrc service and conf files --- pypaste-confd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pypaste-confd (limited to 'pypaste-confd') diff --git a/pypaste-confd b/pypaste-confd new file mode 100644 index 0000000..5f98142 --- /dev/null +++ b/pypaste-confd @@ -0,0 +1,14 @@ +# /etc/conf.d/pypaste + +PYPASTE_SITE="" +PYPASTE_CONTENT_LENGTH_MAX_BYTES="2000000" # 2M +PYPASTE_ENDPOINT="" +PYPASTE_REGION="" +PYPASTE_BUCKET="" +PYPASTE_ACCESS_KEY="" +PYPASTE_SECRET_KEY="" +PYPASTE_S3_MAX_BYTES="1000000000" # 1G + +PYPASTE_USER="pypaste" + +PYPASTE_ARGS="--line-numbers" \ No newline at end of file -- cgit v1.2.3