From 4c59b734396ede5d1a3dfdf6fe0f35e3a90180e5 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 21:13:13 -0400 Subject: update openrc service script and conf --- pypaste-confd | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'pypaste-confd') diff --git a/pypaste-confd b/pypaste-confd index 5f98142..5045059 100644 --- a/pypaste-confd +++ b/pypaste-confd @@ -1,14 +1,17 @@ # /etc/conf.d/pypaste PYPASTE_SITE="" -PYPASTE_CONTENT_LENGTH_MAX_BYTES="2000000" # 2M +PYPASTE_CONTENT_LENGTH_MAX_BYTES="" # 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 +PYPASTE_S3_MAX_BYTES="" # 1G +PYPASTE_DICTIONARY="" +PYPASTE_KEY_LENGTH="" +PYPASTE_DATABASE="" +PYPASTE_LISTEN_SOCKET="" +PYPASTE_LOG_FILE="" +PYPASTE_DEFAULT_STYLE="" +PYPASTE_ARGS="--line-numbers --path=${PYPASTE_LISTEN_SOCKET}" -- cgit v1.2.3