Add contact backend and update readme

This commit is contained in:
2026-04-14 23:18:17 +02:00
parent 1c63ecdb83
commit f5f83c5ade
81 changed files with 11090 additions and 80 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
$allowed_origins = ["localhost", "chill.social", "www.chill.social"];
$smtp_host = "mailpit";
$smtp_port = 1025;
$smtp_user = "chill-website@champs-libres.coop";
$smtp_password = "lalalala";
$smtp_from = "chill-website@champs-libres.coop";
$smtp_to = "damien.mercier@champs-libres.coop";
$smtp_secure = false;
$debug = true;