github.com/olivierlemoal/gophish@v0.9.0/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  	},
     8  	"phish_server": {
     9  		"listen_url": "0.0.0.0:80",
    10  		"use_tls": false,
    11  		"cert_path": "example.crt",
    12  		"key_path": "example.key"
    13  	},
    14  	"db_name": "sqlite3",
    15  	"db_path": "gophish.db",
    16  	"migrations_prefix": "db/db_",
    17  	"contact_address": "",
    18  	"logging": {
    19  		"filename": "",
    20  		"level": ""
    21  	}
    22  }