Skip to content

Commit 07938a5

Browse files
authored
Merge pull request #4 from nms-ev/members
Members
2 parents 765e801 + 8f19a03 commit 07938a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+10412
-1465
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*
22
!src
33
!static
4+
!.env.sample
5+
!codegen.yml
46
!package.json
57
!pnpm-lock.yaml
68
!postcss.config.cjs

.env.sample

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# DIrectus API
2+
PUBLIC_API_URL=
3+
# Directus Token
4+
API_TOKEN=
5+
6+
# Mapbox
7+
PUBLIC_MAPBOX_TOKEN=
8+
9+
# Mail
10+
MAIL_USER=
11+
MAIL_PASS=
12+
MAIL_HOST=
13+
14+
# JWT Secret
15+
SECRET=
16+
17+
# Mollie API Key
18+
MOLLIE_API_KEY=test_UqJwk93Jcpw29MCuaEDp6mE7cmM7KG

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build image
22

33
on:
4-
push:
54
pull_request:
65

76
jobs:

.graphqlrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
schema: .schema.gql

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.16

0 commit comments

Comments
 (0)