init - add project files

This commit is contained in:
2025-03-06 23:54:11 -05:00
commit e724ff1120
1363 changed files with 897467 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
DOMAIN="example.com"
HOST="localhost"
PORT="9090"
SESSION_PRIVATE_KEY="key"
IDENTITY_PRIVATE_KEY="key"
IDENTITY_DEFAULT_PASSWORD="password"
DB_SCHEMA="example"
SMTP_SERVER="server"
SMTP_PORT="587"
SMTP_REQUIRE_AUTH="true"
SMTP_DISPLAY_FROM="MaxWarden System"
SMTP_USERNAME="username"
SMTP_PASSWORD="password"