Skip to content

Commit 50b83b9

Browse files
author
Gregory House
committed
updated config for jwt expiry = session time
1 parent 94a73a1 commit 50b83b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ app:
33
name: laclm
44
version: v1.1
55
debug_mode: true
6-
session_timeout: 24
6+
session_timeout: 1
77
base_path: /mnt
88
max_workers: 5
99

@@ -15,14 +15,14 @@ server:
1515
# databases for operations
1616
database:
1717
transaction_log_redis:
18-
address: host.docker.internal:6379
18+
address: localhost:6379
1919
password: ${LACLM_TRANS_REDIS_PASSWORD}
2020
db: 0
2121
archival_postgres:
22-
host: host.docker.internal
22+
host: localhost
2323
port: 5432
24-
user: adityapatil
25-
password:
24+
user: postgres
25+
password: idontlikepeople
2626
dbname: postgres
2727
sslmode: disable
2828

@@ -39,14 +39,14 @@ filesystem_servers:
3939
- path: /mnt/nfs-system
4040
method: remote
4141
remote:
42-
host: 165.232.178.211
42+
host: localhost
4343
port: 6593
4444

4545
# authentication information
4646
authentication:
4747
ldap:
4848
tls: false
49-
address: "ldap://openldap:389"
49+
address: "ldap://localhost:389"
5050
admin_dn: ${LACLM_LDAP_ADMIN_DN}
5151
admin_password: ${LACLM_LDAP_ADMIN_PASSWORD}
5252
search_base: "cn=Princeton Plainsboro Hospital ,dc=myorg,dc=local"

0 commit comments

Comments
 (0)