mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-11 13:56:41 -06:00
commit
5399857793
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -64,7 +64,7 @@ Vagrant.configure("2") do |config|
|
|||||||
php artisan key:generate --force --no-interaction
|
php artisan key:generate --force --no-interaction
|
||||||
|
|
||||||
php artisan p:environment:setup --new-salt --author="you@example.com" --url="http://pterodactyl.test" --timezone="America/Los_Angeles" --cache=redis --session=redis --queue=redis --redis-host="host.pterodactyl.test" --no-interaction
|
php artisan p:environment:setup --new-salt --author="you@example.com" --url="http://pterodactyl.test" --timezone="America/Los_Angeles" --cache=redis --session=redis --queue=redis --redis-host="host.pterodactyl.test" --no-interaction
|
||||||
php artisan p:environment:database --host="host.pterodactyl.test" --database=panel --username=pterodactyl --password=pterodactyl --no-interaction
|
php artisan p:environment:database --host="host.pterodactyl.test" --database=panel --username=pterodactyl --password=pterodactyl --port=33060 --no-interaction
|
||||||
php artisan p:environment:mail --driver=smtp --email="outgoing@example.com" --from="Pterodactyl Panel" --host="host.pterodactyl.test" --port=1025 --no-interaction
|
php artisan p:environment:mail --driver=smtp --email="outgoing@example.com" --from="Pterodactyl Panel" --host="host.pterodactyl.test" --port=1025 --no-interaction
|
||||||
|
|
||||||
php artisan migrate --seed
|
php artisan migrate --seed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user