Skip to content

Commit a3eddc3

Browse files
committed
Code tidying.
1 parent 23f6f66 commit a3eddc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapserver/competency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
COMPETENCY_DATABASE = 'map-knowledge'
4040

41-
COMPETENCY_USER = os.environ.get('COMPETENCY_USER', 'abi:knowledge')
41+
COMPETENCY_USER = os.environ.get('COMPETENCY_USER')
4242
COMPETENCY_HOST = os.environ.get('COMPETENCY_HOST', 'localhost:5432')
4343

4444
if not COMPETENCY_USER:

0 commit comments

Comments
 (0)