From 70aa7825bbcee132aea5bbf2497b298e385769c2 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 16 Feb 2024 23:05:22 -0600 Subject: [PATCH] alphabetize --- src/django_twc_project/.env.example.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_twc_project/.env.example.jinja b/src/django_twc_project/.env.example.jinja index cfa07ba0..c150eb87 100644 --- a/src/django_twc_project/.env.example.jinja +++ b/src/django_twc_project/.env.example.jinja @@ -1,4 +1,4 @@ +DATABASE_URL=postgres://postgres:postgres@db:5432/postgres DEBUG=True DJANGO_SETTINGS_MODULE={{ module_name }}.settings -DATABASE_URL=postgres://postgres:postgres@db:5432/postgres EMAIL_RELAY_DATABASE_URL=postgres://postgres:postgres@db:5432/email_relay