-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sam
committed
Feb 23, 2024
1 parent
5dd364c
commit 117db0b
Showing
9 changed files
with
2,670 additions
and
242 deletions.
There are no files selected for viewing
2,610 changes: 2,610 additions & 0 deletions
2,610
.docker/keycloak/config/realm-export.localhost.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
SYMFONY_ENV='test' | ||
APP_SECRET='$ecretf0rt3st' | ||
PHP_USER='www-data' | ||
PHP_IDE_CONFIG='serverName=membres.yourcoop.local' | ||
PHP_IDE_CONFIG='serverName=localhost' | ||
PHP_MEMORY_LIMIT=512M | ||
PHP_SERVICE_NAME='php7.4-fpm' | ||
###> symfony/framework-bundle ### | ||
|
@@ -59,8 +59,8 @@ EMAILS_NOREPLY_NAME='Ne pas répondre' | |
[email protected] | ||
|
||
# Router Configuration | ||
ROUTER_REQUEST_CONTEXT_HOST=membres.yourcoop.local | ||
ROUTER_REQUEST_CONTEXT_SCHEME=https | ||
ROUTER_REQUEST_CONTEXT_HOST=localhost | ||
ROUTER_REQUEST_CONTEXT_SCHEME=http | ||
ROUTER_REQUEST_CONTEXT_BASE_URL= | ||
|
||
# Security: IP check | ||
|
@@ -184,9 +184,9 @@ LOGGING_MATTERMOST_CHANNEL=elefan | |
|
||
# Open ID Client | ||
OIDC_ENABLE=true | ||
OIDC_PROFILE_CUSTOM_MESSAGE='vos informations personnelles sont éditables <a href="http://membres.yourcool.local:8080/"> ici </a>' | ||
OIDC_PROFILE_CUSTOM_MESSAGE='vos informations personnelles sont éditables <a href="http://localhost:8080/"> ici </a>' | ||
OIDC_NO_ACCOUNT_MESSAGE="Vous n\'avez pas de compte. Veuillez contacter le support." | ||
OIDC_ISSUER=http://keycloak:8080/auth | ||
OIDC_ISSUER=http://localhost:8080/auth | ||
OIDC_REALM=elefan | ||
OIDC_CLIENT_ID=elefan | ||
OIDC_CLIENT_SECRET=secret | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters