github.com/bluestoneag/bluephish@v0.1.0/config.json (about)

     1  {
     2  	"admin_server": {
     3  		"listen_url": "0.0.0.0:3333",
     4  		"use_tls": false,
     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": "sqlite3/sqlite3.db",
    16  	"migrations_prefix": "db/db_",
    17  	"contact_address": "support@bluestone.ch",
    18  	"logging": {
    19  		"filename": "",
    20  		"level": ""
    21  	}
    22  }