Initial commit
This commit is contained in:
27
docs/examples/sample_config.json
Normal file
27
docs/examples/sample_config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "security-demo-docs",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation examples for security demo",
|
||||
"examples": {
|
||||
"_comment": "FP: All values are clearly EXAMPLE credentials for documentation",
|
||||
|
||||
"aws_example": {
|
||||
"access_key_id": "AKIAIOSFODNN7EXAMPLE",
|
||||
"secret_access_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
|
||||
},
|
||||
|
||||
"stripe_example": {
|
||||
"test_key": "sk_test_4eC39HqLyjWDarjtT1zdp7dc",
|
||||
"publishable_key": "pk_test_TYooMQauvdEDq54NiTphI7jx"
|
||||
},
|
||||
|
||||
"jwt_example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
|
||||
},
|
||||
"test_fixtures": {
|
||||
"_comment": "FP: Test fixtures with clearly fake data",
|
||||
|
||||
"mock_api_key": "test_api_key_xxxxxxxx",
|
||||
"mock_token": "mock_token_12345",
|
||||
"mock_secret": "mock_secret_value_for_testing"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user