MyRedland/my_redland.json.example

18 lines
435 B
Plaintext
Raw Normal View History

2022-12-05 17:15:27 +01:00
{
"secrets": ["secret_change_for_pwgen_generated_one_with_at_least 255 chars"],
"bcrypt_pass_stats": ["change_for_bcrypted_password"],
"db": {
"database": "example"
2022-12-06 11:02:41 +01:00
},
"stripe_secret": "secret",
"stripe_public": "public",
2022-12-19 00:41:13 +01:00
"test_mode": 1,
"smtp": {
"ssl": 1,
"hosts": [ "example.com" ],
"sasl_username": "exampleuser@example.com",
"sasl_password": "[redacted]",
"From": "Example User <exampleuser@example.com>"
}
2022-12-05 17:15:27 +01:00
}