Skip to content

Commit 52fdea6

Browse files
authored
Merge pull request #54 from UnityFoundation-io/password-reset
Fix config order
2 parents 80449f6 + 14008ce commit 52fdea6

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)