Files
purplebored.pl/example.env
Arija A. 91f95f81e6 Update example.env
Signed-off-by: Arija A. <ari@ari.lt>
2025-10-23 20:55:52 +03:00

8 lines
236 B
Bash

export DATABASE='sqlite:///main.db'
export LICENSE='Apache-2.0-only'
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'