Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Dec 11, 2023
1 parent 98b6b93 commit c68b424
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions contrib/GUI/etc/secondsight.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Second Sight - Data Driven Customer Success
# Second Sight - Data Driver Customer Success
# Configuration file
#
secondsight.banner = Second Sight 5.2.0
secondsight.banner = Second Sight 5.3.4

secondsight.auth.username = admin
secondsight.auth.password = admin
Expand All @@ -16,5 +16,12 @@ secondsight.mail.smtp.auth = true
secondsight.mail.smtp.username = your-smtp-auth-username
secondsight.mail.smtp.password = your-smtp-auth-password
secondsight.mail.smtp.host = your.smtp.host.ip.address
secondsight.mail.smtp.port = 25
secondsight.mail.smtp.port = 25
secondsight.mail.smtp.tls = false

# PostgreSQL backend
postgresql.address = postgres
postgresql.port = 5432
postgresql.username = secondsight
postgresql.password = admin
postgresql.db = secondsight

0 comments on commit c68b424

Please sign in to comment.