feat: moving environment files to use .env and updating podcast seeder
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
DB_DATABASE=database_name
|
||||
DB_USERNAME=database_username
|
||||
DB_PASSWORD="database_password_for_laravel_app"
|
||||
DB_ROOT_PASSWORD="database_password_for_superuser"
|
||||
Reference in New Issue
Block a user