Improve .env.example - Add codemirror dependency

This commit is contained in:
Julien Nahum
2024-01-18 16:03:20 +01:00
parent 67365ad260
commit 5dc1713404
4 changed files with 1136 additions and 668 deletions

View File

@@ -8,6 +8,9 @@ APP_URL=http://localhost
LOG_CHANNEL=stack
LOG_LEVEL=debug
FRONT_URL=https://localhost:3000
FRONT_API_SECRET=secret
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432