mirror of https://github.com/gophish/gophish
default config.jsonx
parent
8488c63344
commit
e9d7314ded
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"admin_server" : {
|
"admin_server" : {
|
||||||
"listen_url" : "127.0.0.1:3333",
|
"listen_url" : "127.0.0.1:3333",
|
||||||
"use_tls" : false,
|
"use_tls" : true,
|
||||||
"cert_path" : "gophish_admin.crt",
|
"cert_path" : "gophish_admin.crt",
|
||||||
"key_path" : "gophish_admin.key",
|
"key_path" : "gophish_admin.key",
|
||||||
"languge": "en-US"
|
"languge": "en-US"
|
||||||
|
|
Loading…
Reference in New Issue