File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1- APP_NAME = Laravel
1+ APP_NAME = " Joomla Automated Updates Server "
22APP_ENV = local
3- APP_KEY =
3+ APP_KEY = base64:IGrINVjC+gzMH1i2dIO+HLR+zVGZFglF0cN/HGB7edY=
44APP_DEBUG = true
55APP_TIMEZONE = UTC
6- APP_URL = http://localhost
6+ APP_URL = http://localhost:21001
77
88APP_LOCALE = en
99APP_FALLBACK_LOCALE = en
1010APP_FAKER_LOCALE = en_US
1111
1212APP_MAINTENANCE_DRIVER = file
13- # APP_MAINTENANCE_STORE=database
1413
1514PHP_CLI_SERVER_WORKERS = 4
1615
1716BCRYPT_ROUNDS = 12
1817
1918LOG_CHANNEL = stack
20- LOG_STACK = single
19+ LOG_STACK = daily
2120LOG_DEPRECATIONS_CHANNEL = null
2221LOG_LEVEL = debug
2322
2423DB_CONNECTION = mariadb
25- DB_HOST = 127.0.0.1
24+ DB_HOST = mysql
2625DB_PORT = 3306
27- DB_DATABASE = joomla_automated_updates_server
26+ DB_DATABASE = server
2827DB_USERNAME = root
29- DB_PASSWORD =
28+ DB_PASSWORD = root
3029
3130SESSION_DRIVER = database
3231SESSION_LIFETIME = 120
@@ -38,13 +37,13 @@ BROADCAST_CONNECTION=log
3837FILESYSTEM_DISK = local
3938QUEUE_CONNECTION = database
4039
41- CACHE_STORE = database
40+ CACHE_STORE = file
4241CACHE_PREFIX =
4342
4443MEMCACHED_HOST = 127.0.0.1
4544
4645REDIS_CLIENT = phpredis
47- REDIS_HOST = 127.0.0.1
46+ REDIS_HOST = redis
4847REDIS_PASSWORD = null
4948REDIS_PORT = 6379
5049
Original file line number Diff line number Diff line change 2121
2222 - name : Prepare Laravel Application
2323 run : |
24- cp .env.ci .env
24+ cp .env.example .env
2525 php artisan key:generate
2626
2727 - name : Run tests
You can’t perform that action at this time.
0 commit comments