We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80449f6 + 14008ce commit 52fdea6Copy full SHA for 52fdea6
1 file changed
UnityAuth/src/main/resources/application.yml
@@ -16,9 +16,6 @@ micronaut:
16
access:
17
- isAnonymous()
18
authentication: bearer
19
-unity:
20
- auth:
21
- internal-token: ${UNITY_AUTH_INTERNAL_TOKEN}
22
server:
23
cors:
24
enabled: true
@@ -33,3 +30,7 @@ flyway:
33
30
datasources:
34
31
default:
35
32
+
+unity:
+ auth:
36
+ internal-token: ${UNITY_AUTH_INTERNAL_TOKEN}
0 commit comments