22 lines
441 B
YAML
22 lines
441 B
YAML
version: "1"
|
|
|
|
database:
|
|
host: db.stella-ops.local
|
|
port: 5432
|
|
database: stellaops_platform
|
|
user: stellaops
|
|
password: stellaops
|
|
|
|
cache:
|
|
host: cache.stella-ops.local
|
|
port: 6379
|
|
database: 0
|
|
|
|
custom:
|
|
users.superuser.username: admin
|
|
users.superuser.email: admin@stella-ops.local
|
|
users.superuser.password: Admin@Stella2026!
|
|
users.superuser.displayName: Stella Admin
|
|
authority.provider: standard
|
|
crypto.provider: default
|