Files
ltbxd-actorle/config/secrets/dev/dev.list.php
thibaud-leclere bcf6cd1a03
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 23s
Build and Push Docker Images / Build database image (push) Successful in 9s
Build and Push Docker Images / Build node image (push) Failing after 11s
Add secrets
2026-03-30 00:11:16 +02:00

8 lines
107 B
PHP

<?php
return [
'S3_ACCESS_KEY' => null,
'S3_SECRET_KEY' => null,
'TMDB_API_TOKEN' => null,
];