forked from WormBase/website-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wormbase_local.conf.template
111 lines (86 loc) · 2.46 KB
/
wormbase_local.conf.template
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
############################################################
#
# WormBase Local Configuration
#
# This file contains site-specific configuration.
# Values set here will over-ride the defaults.
#
# See wormbase.conf for a description of directives.
#
############################################################
# What type of installation
installation_type = development
# Google Maps API
google_api_key = ABQIAAAAX6AZGEUlM28m4mzs0PsGkhRVfLFVmRFz44kSxZwC_XT2TLrxixTVyjZlGBxla25vFXfsh17xrvYj0g
# SSL
enable_ssl = 1
######################################################
#
# Debugging
#
######################################################
debug = 1
fatal_non_compliance = 1 # turn on error for Ace Object being accidentally returned by an API
timer = 0
<stacktrace>
enable 1
</stacktrace>
<Plugin::ErrorCatcher>
enable 1
</Plugin::ErrorCatcher>
<Plugin::ErrorCatcher::Email>
to you@yourdomain.com
from you@yourdomain.com
use_tags 1
# subject Error Report from: %h; %F, line %l
</Plugin::ErrorCatcher::Email>
########################################################
#
# EMAILS
#
########################################################
# Issue tracking and reporting
issue_email = you@youremail.org
# Registering a new account
register_email = you@youremail.org
########################################################
#
# Cache
#
########################################################
# cache_content: Should this webapp try to cache content?
# Uncomment to turn off caching
cache_content = false
# Cache root (pregenerated HTML)
<cache>
enabled 0
</cache>
# By default, we cache to couchdb on localhost.
# Production and staging override to cache to web6
# Master Couch
# host = 127.0.0.1
########################################################
#
# Database Locations and Authorization
#
# By default, we use remote data sources for
# convenience.
#
# Override the definition in the wormbase.conf.
#
########################################################
<Model::Schema>
schema_class = WormBase::Schema
<connect_info>
dsn = dbi:mysql:wormbase_user:hostname=mysql
user = wormbase
password = test
</connect_info>
</Model::Schema>
# Datomic to catalyst URL
# rest_server =
cached_rest_endpoints_expires_in = 0 # minutes, for staging
# new search API URL
# search_server =
# webpack_dev_server URL
webpack_dev_server = "http://webpack:__ENV(WEBPACK_SERVER_PORT)__"