mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
Add age ratings (#451)
* Base age rating system * Cleanup enum leftovers * Missed files * GB importer * Linter settings * Translations * Prettier and linting --------- Co-authored-by: Robert Clabough <robert@clabough.tech>
This commit is contained in:
parent
8e75a0bf56
commit
97c6f2c8a6
22 changed files with 704 additions and 5 deletions
|
|
@ -2,6 +2,10 @@ DATABASE_URL="postgres://drop:drop@127.0.0.1:5432/drop"
|
|||
|
||||
GIANT_BOMB_API_KEY=""
|
||||
|
||||
# Optional, IGDB client information
|
||||
IGDB_CLIENT_ID=""
|
||||
IGDB_CLIENT_SECRET=""
|
||||
|
||||
EXTERNAL_URL="http://localhost:3000"
|
||||
|
||||
NUXT_PORT=4000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue