- config.yaml, nina.yaml, scheduler.yaml aus Root → config/ verschoben - conf/ (env.example, nina.yaml, scheduler.yaml, config.yaml) gelöscht - meshbot/config.py, nina.py, scheduler.py: Pfade auf config/ aktualisiert - .gitignore: config/.env und .forgejo_token ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
AUTH_SECRET_KEY=change-this-secret-key-32bytes!!
|
|
SMTP_HOST=
|
|
SMTP_PORT=465
|
|
SMTP_USER=
|
|
SMTP_PASSWORD=
|
|
SMTP_FROM=MeshDD-Bot <noreply@example.com>
|
|
SMTP_APP_URL=http://localhost:8080
|