github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/config.json (about)

     1  {
     2  	"admin_server": {
     3  		"listen_url": "127.0.0.1:3333",
     4  		"use_tls": true,
     5  		"cert_path": "gophish_admin.crt",
     6  		"key_path": "gophish_admin.key",
     7  		"trusted_origins": []
     8  	},
     9  	"phish_server": {
    10  		"listen_url": "0.0.0.0:80",
    11  		"use_tls": false,
    12  		"cert_path": "example.crt",
    13  		"key_path": "example.key"
    14  	},
    15  	"db_name": "sqlite3",
    16  	"db_path": "gophish.db",
    17  	"migrations_prefix": "db/db_",
    18  	"contact_address": "",
    19  	"logging": {
    20  		"filename": "",
    21  		"level": ""
    22  	}
    23  }