mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
35 lines
977 B
Plaintext
35 lines
977 B
Plaintext
# General options
|
|
# The nemesis_http_server must match the port of the ingress-nginx-controller service in skaffold.yaml (port 8080 by default)
|
|
nemesis_http_server: http://IP_of_k8s_host:8080/
|
|
assessment_id: ASSESS-TEST
|
|
data_expiration_days: 100
|
|
log_level: INFO
|
|
|
|
# Slack Alerting
|
|
disable_slack_alerting: True
|
|
slack_channel: "#test"
|
|
slack_webhook: https://path.to.web.hook
|
|
|
|
# OPTIONAL: Keep your sanity by setting the same password for some commonly accessed services
|
|
# basic_auth_password: PASSWORD
|
|
# dashboard_password: PASSWORD
|
|
# elasticsearch_password: PASSWORD
|
|
# grafana_password: PASSWORD
|
|
# pgadmin_password: PASSWORD
|
|
# postgres_password: PASSWORD
|
|
# rabbitmq_admin_password: PASSWORD
|
|
|
|
# Default users
|
|
basic_auth_user: nemesis
|
|
elasticsearch_user: nemesis
|
|
grafana_user: nemesis
|
|
pgadmin_email: nemesis@nemesis.com
|
|
postgres_user: nemesis
|
|
dashboard_user: nemesis
|
|
rabbitmq_admin_user: nemesis
|
|
|
|
# Storage
|
|
minio_root_user: nemesis
|
|
minio_storage_size: 30Gi
|
|
storage_provider: minio
|