From 1cea3442ffb26b8288e7af15a3564cb8339e2e2b Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 31 May 2026 17:55:55 -0400 Subject: [PATCH] Adding sample .env.local --- .env.local.sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.local.sample diff --git a/.env.local.sample b/.env.local.sample new file mode 100644 index 0000000..11f68eb --- /dev/null +++ b/.env.local.sample @@ -0,0 +1,9 @@ +SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW! +DB_NAME=textsender_auth_db +DB_USER=textsender_auth +DB_PASSWORD=password +DB_HOST=localhost +DB_PORT=5432 +DB_SSLMODE=disable +ENABLE_REGISTRATION=true +ALLOWED_ORIGINS="http://textsender.com"