# Viur License should be added here viur.license = "" auth { # 256-bit secret key (32 caracters) # If you run multiple instances of Viur be sure to use the same key secret = "9PHG6DAVEXA525397853S49893258PSB" # Are you using tls / ssl with Viur (https:// ?) # If you use SSL and ssl = true all the generated URLs will be https:// and the # authentication cookie is secured ssl = false } # Email Server Configuration play.mailer { # Email Server Host host = smtp.company.com # Email Server Port port = 587 # Connect to Server using TLS? (Recommended) tls = true # Email Server Account parameters user = "example@company.com" password = "password" # Email Address to be included in the Form field from = "example@company.com" } # Services Configuration services { google { client_id = "" client_secret = "" app_id = "" api_key = "" } facebook { client_id = "" client_secret = "" } }