Skip to content

Commit

Permalink
Merge pull request #37 from stephenfuqua/AA-820
Browse files Browse the repository at this point in the history
[AA-820] Admin App developer settings
  • Loading branch information
CSR2017 committed Jan 7, 2021
2 parents 1ab5800 + cb1d044 commit e85a4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Web-Ods-AdminApp/appsettings.template.json
Expand Up @@ -28,6 +28,9 @@
"Security": "host=$ADMIN_DB;port=5432;username=$POSTGRES_USER;password=$POSTGRES_PASSWORD;database=EdFi_Security;Application Name=EdFi.Ods.AdminApp",
"ProductionOds": "host=$ODS_DB;port=5432;username=$POSTGRES_USER;password=$POSTGRES_PASSWORD;database=EdFi_Ods;Application Name=EdFi.Ods.AdminApp"
},
"Log4NetCore": {
"Log4NetConfigFileName": "./log4net.config"
},
"Logging": {
"LogLevel": {
"Default": "Information",
Expand Down
1 change: 1 addition & 0 deletions compose-shared-instance-env-build.yml
Expand Up @@ -80,6 +80,7 @@ services:
ODS_DB: db-ods
ADMIN_DB: db-admin
API_MODE: "SharedInstance"
ENCRYPTION_KEY: "${ENCRYPTION_KEY}"
volumes:
- ${LOGS_FOLDER}:/app/logs
- adminapp-bulk-hashcache:/app/BulkUploadHashCache
Expand Down

0 comments on commit e85a4a2

Please sign in to comment.