mirror of
https://github.com/bitwarden/server.git
synced 2026-05-31 16:17:04 -05:00
Introduces a repeatable, declarative way to seed a local dev environment via the existing SeederUtility.
24 lines
335 B
Plaintext
24 lines
335 B
Plaintext
.data
|
|
secrets.json
|
|
*.db
|
|
|
|
# Docker container configurations
|
|
.env
|
|
authsources.php
|
|
|
|
# Development certificates
|
|
identity_server_dev.crt
|
|
identity_server_dev.key
|
|
identity_server_dev.pfx
|
|
data_protection_dev.crt
|
|
data_protection_dev.key
|
|
data_protection_dev.pfx
|
|
|
|
signingkey.jwk
|
|
|
|
# Reverse Proxy Conifg
|
|
reverse-proxy.conf
|
|
*.crt
|
|
|
|
seeds.local.json
|