gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git

← Commits

🔥 (dev): Remove quarkus-realm.json

24f70c787bd2db4b647b74cf4dd8a97f8b2c73d6 · Miggi · 2026-07-14T19:00:06Z

Changes

1 file changed, +0 -61

DELETE src/main/resources/quarkus-realm.json +0 -61
diff --git a/src/main/resources/quarkus-realm.json b/src/main/resources/quarkus-realm.json
deleted file mode 100644
index 8b4dde6..0000000
--- a/src/main/resources/quarkus-realm.json
+++ /dev/null
@@ -1,61 +0,0 @@
1 -{
2 - "realm": "quarkus",
3 - "enabled": true,
4 - "sslRequired": "none",
5 - "registrationAllowed": false,
6 - "users": [
7 - {
8 - "username": "alice",
9 - "enabled": true,
10 - "firstName": "Alice",
11 - "lastName": "Demo",
12 - "email": "alice@demo.local",
13 - "emailVerified": true,
14 - "credentials": [
15 - {
16 - "type": "password",
17 - "value": "alice",
18 - "temporary": false
19 - }
20 - ]
21 - },
22 - {
23 - "username": "bob",
24 - "enabled": true,
25 - "firstName": "Bob",
26 - "lastName": "Demo",
27 - "email": "bob@demo.local",
28 - "emailVerified": true,
29 - "credentials": [
30 - {
31 - "type": "password",
32 - "value": "bob",
33 - "temporary": false
34 - }
35 - ]
36 - }
37 - ],
38 - "clients": [
39 - {
40 - "clientId": "quarkus-app",
41 - "enabled": true,
42 - "protocol": "openid-connect",
43 - "publicClient": false,
44 - "secret": "secret",
45 - "standardFlowEnabled": true,
46 - "directAccessGrantsEnabled": true,
47 - "redirectUris": [
48 - "*"
49 - ],
50 - "webOrigins": [
51 - "*"
52 - ],
53 - "defaultClientScopes": [
54 - "basic",
55 - "profile",
56 - "email"
57 - ],
58 - "optionalClientScopes": []
59 - }
60 - ]
61 -}

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog