Unverified Commit 3929e690 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #124 from dilallkx/kd_sp35_dev_sessions

Session Keepalive
parents 23aa222a 20ef64c5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -448,6 +448,13 @@ services:
#       roles:
#         admin: 'allow'
#         user: 'allow'
#     TriggerWatchdog:
#       # access authorization mode: allow|block|verify
#       mode: 'verify'
#       # role permissions: allow|block
#       roles:
#         admin: 'allow'
#         user: 'allow'

#   #------------------------------
#   #  RNI Service
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-08-21T10:35:36.883-04:00
- Build date: 2020-09-02T10:33:31.505-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-08-21T10:35:39.176-04:00
- Build date: 2020-09-02T10:33:32.818-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2020-08-21T10:35:26.763-04:00
- Build date: 2020-09-02T10:33:25.715-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.1.1
- Build date: 2020-08-21T10:35:27.945-04:00
- Build date: 2020-09-02T10:33:26.423-04:00


### Running the server
Loading