mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
31 lines
602 B
JSON
31 lines
602 B
JSON
{
|
|
"acme": {
|
|
"email": ""
|
|
},
|
|
"administration": {
|
|
"tls_host": "localhost",
|
|
"tls_auto": false,
|
|
"tls_cert_path": "/app/data/certs/admin/public.pem",
|
|
"tls_key_path": "/app/data/certs/admin/private.pem",
|
|
"address": "0.0.0.0:8000",
|
|
"ip_allow_list": []
|
|
},
|
|
"phishing": {
|
|
"http": "0.0.0.0:8080",
|
|
"https": "0.0.0.0:8443"
|
|
},
|
|
"database": {
|
|
"engine": "sqlite3",
|
|
"dsn": "file:/app/data/db.sqlite3"
|
|
},
|
|
"log": {
|
|
"path": "",
|
|
"errorPath": ""
|
|
},
|
|
"ip_security": {
|
|
"admin_allowed": [],
|
|
"trusted_proxies": [],
|
|
"trusted_ip_header": ""
|
|
}
|
|
}
|