Skip to content

Commit ba04a34

Browse files
committed
added env
1 parent bee4e01 commit ba04a34

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.env.example

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
APP_NAME=Laravel
1+
APP_NAME="Joomla Automated Updates Server"
22
APP_ENV=local
3-
APP_KEY=
3+
APP_KEY=base64:IGrINVjC+gzMH1i2dIO+HLR+zVGZFglF0cN/HGB7edY=
44
APP_DEBUG=true
55
APP_TIMEZONE=UTC
6-
APP_URL=http://localhost
6+
APP_URL=http://localhost:21001
77

88
APP_LOCALE=en
99
APP_FALLBACK_LOCALE=en
1010
APP_FAKER_LOCALE=en_US
1111

1212
APP_MAINTENANCE_DRIVER=file
13-
# APP_MAINTENANCE_STORE=database
1413

1514
PHP_CLI_SERVER_WORKERS=4
1615

1716
BCRYPT_ROUNDS=12
1817

1918
LOG_CHANNEL=stack
20-
LOG_STACK=single
19+
LOG_STACK=daily
2120
LOG_DEPRECATIONS_CHANNEL=null
2221
LOG_LEVEL=debug
2322

2423
DB_CONNECTION=mariadb
25-
DB_HOST=127.0.0.1
24+
DB_HOST=mysql
2625
DB_PORT=3306
27-
DB_DATABASE=joomla_automated_updates_server
26+
DB_DATABASE=server
2827
DB_USERNAME=root
29-
DB_PASSWORD=
28+
DB_PASSWORD=root
3029

3130
SESSION_DRIVER=database
3231
SESSION_LIFETIME=120
@@ -38,13 +37,13 @@ BROADCAST_CONNECTION=log
3837
FILESYSTEM_DISK=local
3938
QUEUE_CONNECTION=database
4039

41-
CACHE_STORE=database
40+
CACHE_STORE=file
4241
CACHE_PREFIX=
4342

4443
MEMCACHED_HOST=127.0.0.1
4544

4645
REDIS_CLIENT=phpredis
47-
REDIS_HOST=127.0.0.1
46+
REDIS_HOST=redis
4847
REDIS_PASSWORD=null
4948
REDIS_PORT=6379
5049

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)