Finalize UI truthfulness and bootstrap hardening
This commit is contained in:
21
devops/compose/setup.bootstrap.local.yaml
Normal file
21
devops/compose/setup.bootstrap.local.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user