add empty MOTD to .env-prod

This commit is contained in:
Audrey Jensen 2023-07-25 21:35:09 +00:00
parent b8f2dc6a56
commit 5cf9443cc9

View File

@ -1,5 +1,8 @@
APP_ENV=prod APP_ENV=prod
APP_SECRET=ba16d9b24f329be32408d0a9dc24a534 #Nothing. We're an open book and have no secrets APP_SECRET=ba16d9b24f329be32408d0a9dc24a534 #Nothing. We're an open book and have no secrets
#Message of the Day
#If blank, no MOTD will be displayed on pages.
MOTD=""
#Ticket Database file URIs. #Ticket Database file URIs.
RP_DATABASE_URL=sqlite:///%kernel.project_dir%/RPCopy/CRParchive.db RP_DATABASE_URL=sqlite:///%kernel.project_dir%/RPCopy/CRParchive.db
SP_DATABASE_URL=sqlite:///%kernel.project_dir%/RPCopy/CSParchive.db SP_DATABASE_URL=sqlite:///%kernel.project_dir%/RPCopy/CSParchive.db