cleared for merge with official repository

pull/2864/head
ABerberovic 2021-05-27 09:11:26 +02:00 committed by Eicke Hauck
parent 7237dbe9c5
commit 61b523938c
2 changed files with 2 additions and 7 deletions

5
.gitignore vendored
View File

@ -29,8 +29,3 @@ gophish_admin.key
*.exe *.exe
gophish.db* gophish.db*
gophish gophish
/.idea/.gitignore
/.idea/gophish-attachment-tracking.iml
/.idea/modules.xml
/package-lock.json
/.idea/vcs.xml

View File

@ -1,13 +1,13 @@
{ {
"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",
"trusted_origins": [] "trusted_origins": []
}, },
"phish_server": { "phish_server": {
"listen_url": "0.0.0.0:4444", "listen_url": "0.0.0.0:80",
"use_tls": false, "use_tls": false,
"cert_path": "example.crt", "cert_path": "example.crt",
"key_path": "example.key" "key_path": "example.key"