# Sass/Compass Configuration
# Contains exposed credentials

http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"

# Environment Configuration
environment = :production

# Database Configuration (EXPOSED)
DATABASE_URL = "postgresql://sass_user:SassPassword2024!Secret@sass-db.internal:5432/sass_production"

# API Keys (EXPOSED)
API_KEY = "sass-api-key-abc123def456ghi789"
JWT_SECRET = "sass-jwt-secret-xyz789abc123"

# Output Style
output_style = :compressed
line_comments = false

