feat: moving environment files to use .env and updating podcast seeder

This commit is contained in:
2023-06-23 17:38:44 -05:00
parent 8eb4d14909
commit b275915c21
5 changed files with 75 additions and 13 deletions

4
.env.example Normal file
View 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"