Skip to content
Snippets Groups Projects

Dev

Merged Martin Weise requested to merge dev into master
61 files
+ 1432
1212
Compare changes
  • Side-by-side
  • Inline

Files

.docker/.env 0 → 100644
+ 16
0
 
# general
 
BASE_URL=https://example.com
 
ADMIN_EMAIL=support@example.com
 
# password for the identity service admin user
 
IDENTITY_SERVICE_ADMIN_PASSWORD=admin
 
# password for the auth service admin user
 
AUTH_SERVICE_ADMIN_PASSWORD=admin
 
# passwords for root user of the databases
 
METADATA_DB_PASSWORD=dbrepo
 
DATA_DB_PASSWORD=dbrepo
 
AUTH_DB_PASSWORD=dbrepo
 
SEARCH_DB_PASSWORD=dbrepo
 
# storage service
 
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
 
SYSTEM_PASSWORD=admin
Loading