MyRedland/my_redland.json.example
2022-12-06 11:02:41 +01:00

11 lines
248 B
Plaintext

{
"secrets": ["secret_change_for_pwgen_generated_one_with_at_least 255 chars"],
"bcrypt_pass_stats": ["change_for_bcrypted_password"],
"db": {
"database": "example"
},
"stripe_secret": "secret",
"stripe_public": "public",
"test_mode": 1
}