mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
19 lines
No EOL
401 B
JSON
19 lines
No EOL
401 B
JSON
{
|
|
"admin_server": {
|
|
"listen_url": "127.0.0.1:3333",
|
|
"use_tls": true,
|
|
"cert_path": "gophish_admin.crt",
|
|
"key_path": "gophish_admin.key"
|
|
},
|
|
"phish_server": {
|
|
"listen_url": "0.0.0.0:80",
|
|
"use_tls": false,
|
|
"cert_path": "example.crt",
|
|
"key_path": "example.key"
|
|
},
|
|
"db_name": "sqlite3",
|
|
"db_path": "gophish.db",
|
|
"migrations_prefix": "db/db_",
|
|
"contact_address": "",
|
|
"log_file": ""
|
|
} |