-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtest-postgresql.properties
More file actions
95 lines (75 loc) · 2.88 KB
/
test-postgresql.properties
File metadata and controls
95 lines (75 loc) · 2.88 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
app_search_dirs=.;#{dynamo_search_dirs};../ada-asf
app.modules.dir=#{fn:composePath(app_search_dirs,'config')}
dynamo_search_dirs=plugins/awa-workspaces;plugins/awa-counters;plugins/awa-jobs;plugins/awa-blogs;plugins/awa-images;plugins/awa-markedit;plugins/awa-jobs;plugins/awa-mail;plugins/awa-storages;plugins/awa-comments;plugins/awa-questions;plugins/awa-tags;plugins/awa-wikis;plugins/awa-votes;plugins/awa-changelogs;plugins/awa-settings
app.config.plugins=regtests/config/regtests.xml
test.count=20
database=postgresql://localhost:5432/awa_test?user=awa_user&password=awa_pass
ado.queries.paths=#{fn:composePath(app_search_dirs,'db')}
ado.queries.load=true
contextPath=/asfunit
test.config=test-postgresql.properties
test_config_path=test-postgresql.properties
test_keystore_file=regtests/config/secure-postgresql.akt
test_secure_config_path=regtests/config/secure-postgresql.properties
view.dir=#{fn:composePath(app_search_dirs,'web')};regtests/files/mail
view.debug=true
view.ignore_spaces=false
view.escape_unknown_tags=true
view.ext=.html
web.dir=web
bundle.dir=#{fn:composePath(app_search_dirs,'bundles')}
bundle.var.layoutMsg=layouts
bundle.var.projectMsg=projects
bundle.var.planningMsg=planning
bundle.var.todoMsg=todos
bundle.var.documentMsg=documents
bundle.var.milestoneMsg=milestones
bundle.var.calendarMsg=datePicker
bundle.var.wikiMsg=wiki
bundle.var.colorMsg=color
bundle.var.loginMsg=login
#test.server=1
# Configure the workspace module
workspaces.permissions_list=blog-create,wiki-space-create,storage-create,folder-create,storage-delete,workspace-invite-user,workspace-delete-user
workspaces.allow_workspace_create=1
# Configure mail module to use the 'file' dumb mailer.
mail.mailer=file
mail.file.maildir=regtests/results/maildir
file.maildir=regtests/results/maildir
# Configure SMTP client to prevent a test to send real emails.
mail.smtp.host=localhost-invalid
mail.smtp.port=22
mail.smtp.enable=0
# The base URL to construct URL to the application page.
app_url_base=http://localhost:8080/asfunit
# The application name
app_name=AWA Demo
app_mail_name=AWA Demonstrator
app_mail_from=do-no-reply@gmail.com
app_login_register=true
app_login_email=true
app_login_methods=email
# Module configuration
users.event.publish=mail
users.auth_key=user-auth-key
users.server_id=1
users.allow_register=true
# Configuration for log4j
log4j.rootCategory=DEBUG,console,result
log4j.appender.console=Console
log4j.appender.console.level=ERROR
log4j.appender.console.layout=level-message
log4j.appender.result=File
log4j.appender.result.File=tests-postgresql.log
log4j.appender.result.append=False
log4j.appender.result.layout=date-level-message
# Logger configuration
log4j.logger.log=WARN
log4j.logger.log.util=INFO
log4j.logger.Util.Properties=WARN
log4j.logger.Util.Log=WARN
log4j.logger.Util=INFO
log4j.logger.ADO.Statements=DEBUG
log4j.logger.ADO.Databases=DEBUG
log4j.logger.AWA=DEBUG
log4j.logger.ASF=INFO