File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 'default' : {
1010 'HOST' : '__DBHOST__' ,
1111 'PORT' : 5432 ,
12- 'NAME' : 'ietf ' ,
12+ 'NAME' : 'datatracker ' ,
1313 'ENGINE' : 'django.db.backends.postgresql_psycopg2' ,
1414 'USER' : 'django' ,
1515 'PASSWORD' : 'RkTkDPFnKpko' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ chmod +x ./app-create-dirs.sh
2424
2525if [ -n " $PGHOST " ]; then
2626 echo " Altering PG search path..."
27- psql -U django -h $PGHOST -d ietf -v ON_ERROR_STOP=1 -c ' \x' -c ' ALTER USER django set search_path=datatracker,public;'
27+ psql -U django -h $PGHOST -d datatracker -v ON_ERROR_STOP=1 -c ' \x' -c ' ALTER USER django set search_path=datatracker,public;'
2828fi
2929
3030echo " Running Datatracker checks..."
Original file line number Diff line number Diff line change 99 'default' : {
1010 'HOST' : '__DBHOST__' ,
1111 'PORT' : 5432 ,
12- 'NAME' : 'ietf ' ,
12+ 'NAME' : 'datatracker ' ,
1313 'ENGINE' : 'django.db.backends.postgresql_psycopg2' ,
1414 'USER' : 'django' ,
1515 'PASSWORD' : 'RkTkDPFnKpko' ,
You can’t perform that action at this time.
0 commit comments