~mmcm/akiban-server/pg-returning-json-with-meta-data

« back to all changes in this revision

Viewing changes to src/main/resources/com/akiban/http/digest.properties

merge nwilliams: Replace SingleThreadedJDBCService with new one backed directly by the SecurityService.

https://code.launchpad.net/~nwilliams/akiban-server/security-service-login-service/+merge/160229

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright (C) 2009-2013 Akiban Technologies, Inc.
3
 
#
4
 
# This program is free software: you can redistribute it and/or modify
5
 
# it under the terms of the GNU Affero General Public License as published by
6
 
# the Free Software Foundation, either version 3 of the License, or
7
 
# (at your option) any later version.
8
 
#
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
# GNU Affero General Public License for more details.
13
 
#
14
 
# You should have received a copy of the GNU Affero General Public License
15
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
#
17
 
 
18
 
# Driver doesn't matter (already loaded), but must have no-arg ctor.
19
 
jdbcdriver=java.lang.Object
20
 
url=jdbc:default:connection
21
 
username=akiban
22
 
password=akiban
23
 
usertable=security_schema.users
24
 
usertablekey=id
25
 
usertableuserfield=name
26
 
usertablepasswordfield=password_digest
27
 
roletable=security_schema.roles
28
 
roletablekey=id
29
 
roletablerolefield=name
30
 
userroletable=security_schema.user_roles
31
 
userroletableuserkey=user_id
32
 
userroletablerolekey=role_id
33
 
cachetime=300