Add admin configuration
This commit is contained in:
parent
5334733573
commit
3562c806c7
@ -152,6 +152,15 @@ s3:
|
|||||||
region: "us-east-1" # Set this in project-specific values.yaml
|
region: "us-east-1" # Set this in project-specific values.yaml
|
||||||
backupInterval: "weekly" # Options: test (1 min), daily, weekly
|
backupInterval: "weekly" # Options: test (1 min), daily, weekly
|
||||||
|
|
||||||
|
# Admin User Configuration
|
||||||
|
admin:
|
||||||
|
username: "admin"
|
||||||
|
email: "admin@example.com"
|
||||||
|
password: "admin123" # Change this in production!
|
||||||
|
firstName: "Admin"
|
||||||
|
lastName: "User"
|
||||||
|
displayName: "Admin User"
|
||||||
|
|
||||||
# Ingress configuration
|
# Ingress configuration
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false # Individual frontend/backend ingress resources handle routing instead
|
enabled: false # Individual frontend/backend ingress resources handle routing instead
|
||||||
|
|||||||
@ -88,6 +88,15 @@ s3:
|
|||||||
region: "eu-central-1" # Update with your region
|
region: "eu-central-1" # Update with your region
|
||||||
backupInterval: "weekly"
|
backupInterval: "weekly"
|
||||||
|
|
||||||
|
# Admin User Configuration
|
||||||
|
admin:
|
||||||
|
username: "admin"
|
||||||
|
email: "dvirlabs@gmail.com"
|
||||||
|
password: "AdminPassword123!" # Change this after first login!
|
||||||
|
firstName: "Dvir"
|
||||||
|
lastName: "Admin"
|
||||||
|
displayName: "Dvir Admin"
|
||||||
|
|
||||||
# Database connection for AWS RDS (used when postgres.enabled: false)
|
# Database connection for AWS RDS (used when postgres.enabled: false)
|
||||||
database:
|
database:
|
||||||
host: "my-recipes-rds.chw4omcguqv7.eu-central-1.rds.amazonaws.com"
|
host: "my-recipes-rds.chw4omcguqv7.eu-central-1.rds.amazonaws.com"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user