1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00

feat: add database url to environment variable (#7792)

After adding [postgres
service](https://github.com/Unleash/unleash/pull/7790) , we also need to
configure the url to database. This adds it.
This commit is contained in:
Jaanus Sellin 2024-08-28 15:56:34 +03:00 committed by GitHub
parent 031a2e805a
commit 37aef5792b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ yarn run lint
yarn run test
cd frontend
yarn
yarn run ts:check
yarn run lint:check
yarn run fmt:check