Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-05-18 12:52:12 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0ac364cac8bf89c1e8bfe0901595db537f37482
f0ac364c
1 parent
93c94947
Suite config oFetch, suppression dans le runtimeConfig de la clé api TMDB et rem…
…placement par le bearer.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
nuxt.config.ts
nuxt.config.ts
View file @
f0ac364
...
...
@@ -69,8 +69,8 @@ export default defineNuxtConfig({
apiSecret
:
"123"
,
// Keys within public are also exposed client-side.
public
:
{
apiTMDBSecret
:
process
.
env
.
NUXT_ENV_TMDB_API_KEY
,
apiTMDBUrl
:
process
.
env
.
NUXT_ENV_TMDB_URL
,
apiTMDBBearer
:
process
.
env
.
NUXT_ENV_TMDB_BEARER
,
apiTinyMceSecret
:
process
.
env
.
NUXT_ENV_TINY_MCE_API_KEY
,
},
},
...
...
Please
register
or
login
to post a comment