Signed-off-by: Arija A. <ari@ari.lt>
This commit is contained in:
2025-10-23 20:36:41 +03:00
parent f6a80c9c4f
commit caf4ac7c06
107 changed files with 3327 additions and 2147 deletions

7
example.env Normal file
View File

@@ -0,0 +1,7 @@
export DATABASE='sqlite:///main.db'
export LICENSE='AGPL-3.0-or-later'
export NAME='Your Name'
export EMAIL='test@example.com'
export MEMCACHED='127.0.0.1:11211'
export SOURCE='https://git.ari.lt/templates/flask'
export OG_LOCALE='en_GB'