last fixes, now login-server and community-server are running with docker :)

This commit is contained in:
einhornimmond 2021-02-18 14:00:05 +01:00
parent 9ee72fb8f2
commit 30d995e48e
4 changed files with 5 additions and 6 deletions

View File

@ -394,7 +394,7 @@ return [
// Gradido specific configuration
// Login Server ip and port
'LoginServer' => [
'host' => 'login-server',
'host' => 'http://login-server',
'port' => 1201
],

View File

@ -4,9 +4,8 @@ Gradido.group_id = 1
crypto.server_admin_public = f909a866baec97c5460b8d7a93b72d3d4d20cc45d9f15d78bd83944eb9286b7f
crypto.server_key = a51ef8ac7ef1abf162fb7a65261acd7a
crypto.app_secret = 21ffbbc616fe # TODO auto-generate in docker build step
# TODO auto-generate in docker build step
crypto.app_secret = 21ffbbc616fe
# Server admin Passphrase
# nerve execute merit pool talk hockey basic win cargo spin disagree ethics swear price purchase say clutch decrease slow half forest reform cheese able

@ -1 +1 @@
Subproject commit bf1b6bcec0a208e7b4ec8c91b6b5e42c84131114
Subproject commit a89e0c8e1360edfac81b3e73923690f7f1da7b5e

View File

@ -69,7 +69,7 @@ server {
}
location / {
try_files \$uri \$uri/ /index.php?\$args;
try_files $uri $uri/ /index.php?$args;
}
# access_log /var/log/nginx/access.log main;