Skip to content

Commit

Permalink
System doesn't like my made up emails
Browse files Browse the repository at this point in the history
  • Loading branch information
roivaz committed Feb 5, 2024
1 parent 1bedcba commit c94539d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ kind-deploy-saas: kind-load-redis-with-ssh ## Deploys a 3scale SaaS dev environm
USER_LOGIN=admin \
USER_PASSWORD=ppass \
ADMIN_ACCESS_TOKEN=ptoken \
USER_EMAIL="admin@localhost" \
USER_EMAIL="admin@cluster.local" \
DISABLE_DATABASE_ENVIRONMENT_CHECK=1 \
bundle exec rake db:setup'
kubectl get pods --no-headers -o name | grep system | xargs kubectl wait --for condition=ready --timeout=300s
Expand Down
12 changes: 6 additions & 6 deletions config/local-setup/system-config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ production:
recaptcha_public_key: "<%= ENV.fetch('RECAPTCHA_PUBLIC_KEY') %>"
recaptcha_private_key: "<%= ENV.fetch('RECAPTCHA_PRIVATE_KEY') %>"
user_session_ttl: <%= ENV.fetch('USER_SESSION_TTL', 2.weeks) %>
noreply_email: "admin@localhost"
support_email: "admin@localhost"
sales_email: "admin@localhost"
notification_email: "admin@localhost"
noreply_email: "admin@cluster.local"
support_email: "admin@cluster.local"
sales_email: "admin@cluster.local"
notification_email: "admin@cluster.local"
report_traffic: true
db_secret: "<%= ENV.fetch('DB_SECRET') %>"
janitor_worker_enabled: true
billing_canaries: []
email_sanitizer:
enabled: true
to: "admin@localhost"
to: "admin@cluster.local"
# access_code: "<%= ENV['ACCESS_CODE'] %>"
zync_authentication_token: <%= ENV.fetch('ZYNC_AUTHENTICATION_TOKEN') %>
sysadmin_email: ""
sysadmin_email: "admin@cluster.local"
impersonation_admin:
username: saas_impersonation_admin
domain: 3scale.redhat.com
Expand Down

0 comments on commit c94539d

Please sign in to comment.