File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 "trac" : {
1313 "ENGINE" : "django.db.backends.postgresql" ,
1414 "NAME" : os .environ ["TRAC_DATABASE" ],
15- "USER" : os .environ ["TRAC_USER" ],
15+ # "code.djangoproject" value is hardcoded in trac.sql
16+ "USER" : "code.djangoproject" ,
1617 "PASSWORD" : os .environ ["TRAC_PASSWORD" ],
1718 "HOST" : os .environ ["TRAC_HOST" ],
1819 "PORT" : os .environ ["TRAC_PORT" ],
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ services:
2323 - SQL_HOST=db
2424 - SQL_PORT=5432
2525 - TRAC_DATABASE=code.djangoproject
26- - TRAC_USER=code.djangoproject
26+ # "code.djangoproject" value is hardcoded in trac.sql, we can't change it here.
27+ # - TRAC_USER=code.djangoproject
2728 - TRAC_PASSWORD=secret
2829 - TRAC_HOST=db
2930 - TRAC_PORT=5432
You can’t perform that action at this time.
0 commit comments