Initial commit
This commit is contained in:
17
docs/sample_config.json
Normal file
17
docs/sample_config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "security-demo-docs",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation for security demo",
|
||||
"config": {
|
||||
"_comment": "FALSE POSITIVE: These are EXAMPLE credentials for documentation",
|
||||
"example_aws_key": "AKIAIOSFODNN7EXAMPLE",
|
||||
"example_aws_secret": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
||||
"example_api_key": "api_key_xxxxxxxxxxxxxxxxxxxxxxxx",
|
||||
"example_database_url": "postgresql://user:password@localhost/db"
|
||||
},
|
||||
"test_fixtures": {
|
||||
"_comment": "FALSE POSITIVE: Test fixtures with fake data",
|
||||
"mock_stripe_key": "sk_test_1234567890abcdefghijklmn",
|
||||
"mock_jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user