File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# Database Configuration
22DATABASE_TYPE = mysql
3- # DB_HOST=127.0.0.1
4- DB_HOST = 3.19.73.197
3+ DB_HOST = 127.0.0.1
54DB_PORT = 3306
65# DB_USER=root
76DB_USER = dbuser
@@ -14,15 +13,15 @@ DB_TIMEOUT=60000
1413# DynamoDB Configuration
1514# DYNAMODB_ENDPOINT=http://localhost:8000
1615AWS_REGION = us-east-2
17- AWS_PROFILE = estserna+twitch-Admin
16+ AWS_PROFILE =
1817# AWS credentials will be loaded from AWS CLI profile
1918DYNAMODB_TABLE_PREFIX =
2019
2120# Server Configuration
2221PORT = 8100
2322
2423# JWT Configuration
25- JWT_SECRET = 13020429472038029834502893508205382131314343
24+ JWT_SECRET = your-super-secret-jwt-key-change-this-in-production-make-it-long-and-random
2625JWT_EXPIRES_IN = 24h
2726
2827# Environment
Original file line number Diff line number Diff line change 77
88 <!-- Security Headers - Environment-based CSP -->
99 < meta http-equiv ="Content-Security-Policy "
10- content ="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' ; style-src 'self' 'unsafe-inline' ; img-src 'self' data: https: blob: ; font-src 'self' data:; connect-src 'self' http://localhost:* ws://localhost:* wss://localhost:* ; media-src 'self'; object-src 'none'; child-src 'none'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; ">
10+ content ="default-src 'self'; upgrade-insecure-requests; script-src 'self'; style-src 'self'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https: ; media-src 'self'; object-src 'none'; child-src 'none'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; ">
1111 < meta http-equiv ="X-Frame-Options " content ="DENY ">
1212 < meta http-equiv ="X-Content-Type-Options " content ="nosniff ">
1313 < meta http-equiv ="X-XSS-Protection " content ="1; mode=block ">
You can’t perform that action at this time.
0 commit comments