Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultPort the default port DefaultPort = "3000" // DefaultDataDir default folder for storage DefaultDataDir = "data" ReadStorageExpirationInMinutes = 5 WriteStorageExpirationInMinutes = 5 // DefaultHost fake url DefaultHost = "local.appspot.com" // EnvLogLevel environment variable for the log level EnvLogLevel = "LOGLEVEL" EnvTLSCert = "TLS_CERT" EnvTLSKey = "TLS_KEY" // EnvSMTPServer the mail server EnvSMTPServer = "RM_SMTP_SERVER" // EnvSMTPUsername the username for the mail server EnvSMTPUsername = "RM_SMTP_USERNAME" // EnvSMTPPassword pass EnvSMTPPassword = "RM_SMTP_PASSWORD" // EnvSMTPHelo custom helo EnvSMTPHelo = "RM_SMTP_HELO" // EnvSMTPInsecureTLS dont check cert (bad) EnvSMTPInsecureTLS = "RM_SMTP_INSECURE_TLS" // EnvSMTPFrom custom from address EnvSMTPFrom = "RM_SMTP_FROM" // EnvHwrApplicationKey the myScript application key EnvHwrApplicationKey = "RMAPI_HWR_APPLICATIONKEY" // EnvHwrHmac myScript hmac key EnvHwrHmac = "RMAPI_HWR_HMAC" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.