Skip to content

Commit

Permalink
Remove old environment setup flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinidia authored Aug 20, 2024
1 parent 6b7e4c9 commit 1540b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions installers/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,7 @@ configure_env() {

# Fill in environment:setup automatically
php artisan p:environment:setup \
--url="$app_url" \
--cache="file" \
--session="file" \
--queue="sync" \
--redis-host="localhost" \
--redis-pass="null" \
--redis-port="6379" \
--settings-ui=true
--url="$app_url"

# Configure database and backup credentials
php artisan p:environment:database \
Expand Down
9 changes: 1 addition & 8 deletions installers/panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,7 @@ configure() {

# Fill in environment:setup automatically
php artisan p:environment:setup \
--url="$app_url" \
--cache="file" \
--session="file" \
--queue="sync" \
--redis-host="localhost" \
--redis-pass="null" \
--redis-port="6379" \
--settings-ui=true
--url="$app_url"

# Fill in environment:database credentials automatically
php artisan p:environment:database \
Expand Down

0 comments on commit 1540b96

Please sign in to comment.