-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcf7e3c
commit 149b007
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
HOST_URL=http://localhost | ||
DB_URL=jdbc:mysql://db:3306/archivesspace?user=as&password=as123&useUnicode=true&characterEncoding=UTF-8&connectionCollation=utf8mb4_general_ci | ||
SOLR_URL=http://solr:8983/solr/archivesspace | ||
FRONTEND_PROXY_URL=http://localhost:8080 | ||
# With deployments, use a secure unpredictable secret for DEFAULT_ADMIN_PASSWORD | ||
DEFAULT_ADMIN_PASSWORD=admin_pw | ||
|
||
# PUBLIC_URL should be your FQDN in deployments; this is used for the OIDC callback URL | ||
PUBLIC_URL=http://localhost:8080 | ||
OIDC_ISSUER= | ||
OIDC_CLIENT_ID= | ||
OIDC_CLIENT_SECRET= | ||
OIDC_END_SESSION_ENDPOINT= |