22 lines
436 B
YAML
Executable file
22 lines
436 B
YAML
Executable file
# Profile Feature Configuration
|
|
# Feature-specific constants (inherits from platform config.yaml)
|
|
|
|
feature:
|
|
name: profile
|
|
description: User profile management and editing
|
|
|
|
# Feature flags
|
|
features:
|
|
profile_editing_enabled: true
|
|
profile_activation_enabled: true
|
|
completion_tracking_enabled: true
|
|
|
|
# Profile types supported
|
|
profile_types:
|
|
- provider
|
|
- client
|
|
- investor
|
|
|
|
# API configuration
|
|
api:
|
|
base_path: /api/profile
|