Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0d40d12c
Commit
0d40d12c
authored
Mar 07, 2019
by
Dominik Hebeler
Browse files
Bugfix
parent
8dac0401
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d40d12c
...
...
@@ -17,7 +17,7 @@ update(MetaGer Preredesign):
-
git clone "$path" .MetaGer_alt
-
cd .MetaGer_alt
-
composer install
-
scp -P 63824 metager@metager3.de:~/.env
.
-
scp -P 63824 metager@metager3.de:~/.env.
preredesign .env
-
scp -P 63824 metager@metager3.de:~/sumas.xml config/
-
scp -P 63824 metager@metager3.de:~/sumasEn.xml config/
-
scp -P 63824 metager@metager3.de:~/blacklistUrl.txt config/
...
...
config/database.php
View file @
0d40d12c
...
...
@@ -127,7 +127,7 @@ return [
'host'
=>
env
(
'REDIS_HOST'
,
'localhost'
),
'password'
=>
env
(
'REDIS_PASSWORD'
,
null
),
'port'
=>
env
(
'REDIS_PORT'
,
6379
),
'database'
=>
0
,
'database'
=>
4
,
],
'redisLogs'
=>
[
'host'
=>
env
(
'REDIS_LOGS_HOST'
,
'localhost'
),
...
...
@@ -139,7 +139,7 @@ return [
'host'
=>
env
(
'REDIS_CACHE_HOST'
,
'localhost'
),
'password'
=>
env
(
'REDIS_CACHE_PASSWORD'
,
env
(
'REDIS_PASSWORD'
,
null
)),
'port'
=>
env
(
'REDIS_CACHE_PORT'
,
6379
),
'database'
=>
2
,
'database'
=>
5
,
],
'redisSessions'
=>
[
'host'
=>
env
(
'REDIS_SESSION_HOST'
,
'localhost'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment