~mvo/software-center/lp917096

« back to all changes in this revision

Viewing changes to run_local.sh

  • Committer: Gary Lasker
  • Date: 2012-01-18 23:10:42 UTC
  • mto: This revision was merged to the branch mainline in revision 2680.
  • Revision ID: gary.lasker@canonical.com-20120118231042-vf6j5zmlswzs93u7
disable certs checking when using the script run_local.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
export SOFTWARE_CENTER_REVIEWS_HOST="http://127.0.0.1:8000/reviews/api/1.0"
4
4
export SOFTWARE_CENTER_FORCE_NON_SSL=1
 
5
export SOFTWARE_CENTER_FORCE_DISABLE_CERTS_CHECK=1
5
6
 
6
7
# sso
7
8
export USSOC_SERVICE_URL="https://login.staging.ubuntu.com/api/1.0"