add cookie configuration

This commit is contained in:
surtur 2022-03-20 21:47:09 +01:00
parent c6acd44ffe
commit a4752d70c1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -14,6 +14,10 @@ DRONE_STARLARK_ENABLED=true
DRONE_JSONNET_ENABLED=false
DRONE_USER_FILTER=wanderer,dalahast,dotya.ml,kreyren,FunTom,ShutUpMeg,VeronikaMacku,corvin,Moonchild,2EEEB,renovate-bot
DRONE_DATABASE_SECRET=${DRONE_DATABASE_SECRET}
DRONE_COOKIE_SECRET=${DRONE_COOKIE_SECRET}
# 168h --> 7*24 == one week
DRONE_COOKIE_TIMEOUT=168h
DRONE_CRON_INTERVAL=10m
DRONE_LOGS_PRETTY=true
DRONE_LOGS_COLOR=true