forked from siemens/codeface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeface.conf
More file actions
28 lines (24 loc) · 745 Bytes
/
codeface.conf
File metadata and controls
28 lines (24 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Global configuration file for the codeface framework -*- yaml -*-
# Copyright Siemens AG 2013, Wolfgang Mauerer
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
---
# Database access information
dbhost: localhost
dbuser: codeface
dbpwd: codeface
dbname: codeface
# PersonService Settings
idServicePort: 8080
idServiceHostname: localhost
# Java BugExtractor Settings
sleepTime: 1000
# Specify proxyHost when no direct http connections are possible
#proxyHost: proxy.host.tld
proxyPort: 83
# Complexity analysis settings
understand: false
sloccount: true