diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 15:36:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 15:36:41 +0300 |
| commit | 25f62c996b560df12c2a8f1c7506aba28c02b154 (patch) | |
| tree | 43b9f991aab015a3d6affcb47d55ef270ec5d20f /templates/diddle/root_diddle_env.j2 | |
| parent | 29eb2e6cc469d9534c2586e98b782f1879bd8c76 (diff) | |
Run diddle
Diffstat (limited to 'templates/diddle/root_diddle_env.j2')
| -rw-r--r-- | templates/diddle/root_diddle_env.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/diddle/root_diddle_env.j2 b/templates/diddle/root_diddle_env.j2 new file mode 100644 index 0000000..ca7db78 --- /dev/null +++ b/templates/diddle/root_diddle_env.j2 @@ -0,0 +1,9 @@ +PYTHONUNBUFFERED="1" +BASE_URL="https://diddle.jan.systems" +DB_PATH="db.sqlite3" +EMAIL_HOST="smtp.postmarkapp.com" +EMAIL_PORT="587" +EMAIL_HOST_USER="{{ diddle_email_host_user }}" +EMAIL_HOST_PASSWORD="{{ diddle_email_host_password }}" +EMAIL_USE_TLS="true" +EMAIL_MESSAGE_FROM="diddle@jan.systems" |
