mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2026-02-24 03:49:45 +01:00
22 lines
1.0 KiB
JSON
22 lines
1.0 KiB
JSON
{
|
|
"GITHUB_TOKEN": "ghp_example_token_replace_with_real_token",
|
|
"API_KEY": "demo_api_key_12345",
|
|
"DB_PASSWORD": "secure_database_password",
|
|
"DB_USER": "application_user",
|
|
"DOCKER_USERNAME": "your_docker_username",
|
|
"DOCKER_PASSWORD": "your_docker_password",
|
|
"AWS_ACCESS_KEY_ID": "AKIAIOSFODNN7EXAMPLE",
|
|
"AWS_SECRET_ACCESS_KEY": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
|
"S3_BUCKET_NAME": "my-deployment-bucket",
|
|
"DATABASE_URL": "postgresql://user:password@localhost:5432/mydb",
|
|
"MONGO_CONNECTION_STRING": "mongodb://user:password@localhost:27017/mydb",
|
|
"API_ENDPOINT": "https://api.example.com/v1",
|
|
"WEBHOOK_URL": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"STAGING_DEPLOY_KEY": "base64_encoded_ssh_private_key",
|
|
"STAGING_HOST": "staging.example.com",
|
|
"SLACK_WEBHOOK": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"DEMO_SECRET": "this_will_be_masked_in_logs",
|
|
"REQUIRED_SECRET": "required_for_validation",
|
|
"FILE_SECRET": "stored_in_file_provider"
|
|
}
|