Skip to content

Commit fb198aa

Browse files
committed
Alphabetize env keys in the readme
1 parent 4ef3147 commit fb198aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ A demo repo for deploying a Laravel PHP application on [Render](https://render.c
1515

1616
| Key | Value |
1717
| --------------- | --------------- |
18-
| `DATABASE_URL` | The **internal connection string** for the database you created above. |
19-
| `DB_CONNECTION` | `pgsql` |
2018
| `APP_KEY` | Copy the output of `php artisan key:generate --show` |
19+
| `DATABASE_URL` | The **internal database url** for the database you created above. |
20+
| `DB_CONNECTION` | `pgsql` |
2121

2222
That's it! Your Laravel 11 app will be live on your Render URL as soon as the build finishes. You can test it out by registering and logging in.

0 commit comments

Comments
 (0)