aboutsummaryrefslogtreecommitdiff
path: root/backend/.env.example
diff options
context:
space:
mode:
authorzwlucas <lucas.fariamo08@gmail.com>2026-05-29 18:57:37 +0000
committerzwlucas <lucas.fariamo08@gmail.com>2026-05-29 18:57:37 +0000
commit6cc0bfd1d79074df790272b8091b1f0226d14283 (patch)
treecab18b0f708cf3b0eaeeeb98e2cf81459365b33e /backend/.env.example
downloadyaum-6cc0bfd1d79074df790272b8091b1f0226d14283.tar.gz
yaum-6cc0bfd1d79074df790272b8091b1f0226d14283.zip
feat: upload project
Signed-off-by: zwlucas <lucas.fariamo08@gmail.com>
Diffstat (limited to 'backend/.env.example')
-rw-r--r--backend/.env.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/.env.example b/backend/.env.example
new file mode 100644
index 0000000..5138821
--- /dev/null
+++ b/backend/.env.example
@@ -0,0 +1,7 @@
+ADMIN_USERNAME=admin
+ADMIN_PASSWORD=admin123
+
+# Para producao, use o hash bcrypt pre-computado:
+# ADMIN_PASSWORD_HASH=$(htpasswd -bnBC 10 "" suasenha | tr -d ':\n' | sed 's/$2y/$2a/')
+
+JWT_SECRET=