Skip to content
Snippets Groups Projects

Dev

Merged
Martin Weiserequested to merge
dev into master
13 files
+ 133
87
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
2
# general
# general
BASE_URL=
BASE_URL=https://example.com
ADMIN_EMAIL=support@example.com
ADMIN_EMAIL=support@example.com
# password for the identity service admin user
# password for the identity service admin user
IDENTITY_SERVICE_ADMIN_PASSWORD=admin
IDENTITY_SERVICE_ADMIN_PASSWORD=admin
@@ -11,7 +11,6 @@ DATA_DB_PASSWORD=dbrepo
@@ -11,7 +11,6 @@ DATA_DB_PASSWORD=dbrepo
AUTH_DB_PASSWORD=dbrepo
AUTH_DB_PASSWORD=dbrepo
SEARCH_DB_PASSWORD=dbrepo
SEARCH_DB_PASSWORD=dbrepo
# storage service
# storage service
S3_ACCESS_KEY_ID=seaweedfsadmin
S3_SECRET_ACCESS_KEY=seaweedfsadmin
S3_SECRET_ACCESS_KEY=seaweedfsadmin
# internal admin user, requires a change of the value of auth_ldap.dn_lookup_bind.password in dist/rabbitmq.conf
# internal admin user, requires a change of the value of auth_ldap.dn_lookup_bind.password in dist/rabbitmq.conf
SYSTEM_PASSWORD=admin
SYSTEM_PASSWORD=admin
Loading