Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!307
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Dev
dev
into
master
Overview
0
Commits
6
Pipelines
0
Changes
61
Merged
Martin Weise
requested to merge
dev
into
master
11 months ago
Overview
0
Commits
6
Pipelines
0
Changes
61
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
91945ca7
6 commits,
11 months ago
61 files
+
1432
−
1212
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
61
.docker/.env
0 → 100644
+
16
−
0
View file @ 91945ca7
Edit in single-file editor
Open in Web IDE
# 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