Skip to content

Commit 49d7cd7

Browse files
committed
init
1 parent 0f289cf commit 49d7cd7

29 files changed

+11373
-248
lines changed

.claude/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"hooks": {
3+
"PreToolUse": [
4+
{
5+
"matcher": "Read",
6+
"hooks": [
7+
{
8+
"type": "command",
9+
"command": "{\n \"permissions\": {\n \"deny\": [\n \"Read(.env*)\",\n \"Edit(.env*)\"\n ]\n }\n}"
10+
}
11+
]
12+
}
13+
]
14+
}
15+
}

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ POSTGRES_PASSWORD=changethis
4040

4141
SENTRY_DSN=
4242

43+
# OMDB API - Get your free API key at http://www.omdbapi.com/apikey.aspx
44+
OMDB_API_KEY=8cc1695e
45+
OMDB_CACHE_TTL_DAYS=30
46+
4347
# Configure these with your own Docker registry images
4448
DOCKER_IMAGE_BACKEND=backend
4549
DOCKER_IMAGE_FRONTEND=frontend

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
/playwright-report/
66
/blob-report/
77
/playwright/.cache/
8+
.env

README.md

Lines changed: 352 additions & 177 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)