Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Change the admin ui host to perfplat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Cowling committed Nov 5, 2013
1 parent d456975 commit 93c5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/write/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LOG_LEVEL = "DEBUG"
SINGLE_SIGN_ON = True
SECRET_KEY = "something unique and secret"
BACKDROP_ADMIN_UI_HOST = "http://backdrop-admin.dev.gov.uk"
BACKDROP_ADMIN_UI_HOST = "http://admin.perfplat.dev"
BUCKET_AUTO_ID_KEYS = {
"lpa_volumes": ("key", "start_at", "end_at")
}
Expand Down

0 comments on commit 93c5e2d

Please sign in to comment.