forked from nitrogen/NitrogenProject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config
More file actions
28 lines (24 loc) · 848 Bytes
/
Copy pathapp.config
File metadata and controls
28 lines (24 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%% -*- mode: erlang -*-
%% vim: sw=4 ts=4 et ft=erlang
[
{nitrogen_website, [
% If a signkey is not specified, then Nitrogen uses the Erlang cookie.
% {signkey, "Nitrogen Sign Key"}
% Default session timeout is 20 minutes.
% {session_timeout, 20},
% Specify a session cookie name. Uses "wf" by default.
% {cookie_name, "wf"}
{recaptcha,[
{public_key, "6LeG_eMSAAAAABAySq9DH3_PcKvYZRwvDiMhtMkq"},
{private_key, ""}
]}
]},
%% SASL config
{sasl, [
{sasl_error_logger, {file, "log/sasl-error.log"}},
{errlog_type, error},
{error_logger_mf_dir, "log/sasl"}, % Log directory
{error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
{error_logger_mf_maxfiles, 5} % 5 files max
]}
].