Skip to content

Commit 14008ce

Browse files
committed
Fix config order
Signed-off-by: Jesse Elliott <elliottj@objectcomputing.com>
1 parent 80449f6 commit 14008ce

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

UnityAuth/src/main/resources/application.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ micronaut:
1616
access:
1717
- isAnonymous()
1818
authentication: bearer
19-
unity:
20-
auth:
21-
internal-token: ${UNITY_AUTH_INTERNAL_TOKEN}
2219
server:
2320
cors:
2421
enabled: true
@@ -33,3 +30,7 @@ flyway:
3330
datasources:
3431
default:
3532
enabled: true
33+
34+
unity:
35+
auth:
36+
internal-token: ${UNITY_AUTH_INTERNAL_TOKEN}

0 commit comments

Comments
 (0)