Skip to content

Commit 2c10dbd

Browse files
Add files via upload
1 parent 76dcacc commit 2c10dbd

24 files changed

+8848
-7159
lines changed

.env

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ASTRA_DB_ID=35eb48e5-0472-4568-9f3d-a452a1c8ab2c
2-
ASTRA_DB_KEYSPACE=default_keyspace
3-
ASTRA_DB_API_ENDPOINT=https://35eb48e5-0472-4568-9f3d-a452a1c8ab2c-eu-west-1.apps.astra.datastax.com
4-
ASTRA_DB_APPLICATION_TOKEN=AstraCS:lNoNTboZjvbvFGrJWTyJwZqp:8a244f6afa4acf88c1a43b4c9e25e6a56dc384caa5176b3141e93dc9375c5c4a
5-
6-
# JWT Secret
7-
JWT_SECRET=openrockets_secret_key_2024_super_secure
8-
9-
# Server Configuration
10-
PORT=3000
1+
ASTRA_DB_ID=35eb48e5-0472-4568-9f3d-a452a1c8ab2c
2+
ASTRA_DB_KEYSPACE=default_keyspace
3+
ASTRA_DB_API_ENDPOINT=https://35eb48e5-0472-4568-9f3d-a452a1c8ab2c-eu-west-1.apps.astra.datastax.com
4+
ASTRA_DB_APPLICATION_TOKEN=AstraCS:lNoNTboZjvbvFGrJWTyJwZqp:8a244f6afa4acf88c1a43b4c9e25e6a56dc384caa5176b3141e93dc9375c5c4a
5+
6+
# JWT Secret
7+
JWT_SECRET=openrockets_secret_key_2024_super_secure
8+
9+
# Server Configuration
10+
PORT=3000

.gitignore

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
# Node.js dependencies
2-
node_modules/
3-
4-
# Logs
5-
logs/
6-
*.log
7-
npm-debug.log*
8-
yarn-debug.log*
9-
yarn-error.log*
10-
11-
# Environment variables
12-
.env
13-
.env.*
14-
15-
# Secret files
16-
*.key
17-
*.pem
18-
*.crt
19-
20-
# IDE specific files
21-
.vscode/
22-
*.code-workspace
23-
24-
# OS generated files
25-
.DS_Store
26-
Thumbs.db
27-
28-
# Build output
29-
dist/
30-
build/
31-
32-
# Temporary files
33-
*.tmp
34-
*.temp
35-
36-
# Other
37-
*.bak
38-
*.swp
39-
*.swo
40-
*.orig
41-
*.rej
42-
*.un~
43-
*.sublime-workspace
44-
*.sublime-project
45-
46-
# Ignore specific files in this project
47-
form/js/emailjs-config.js
48-
form/js/firebase-config.js
1+
# Node.js dependencies
2+
node_modules/
3+
4+
# Logs
5+
logs/
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Environment variables
12+
.env
13+
.env.*
14+
15+
# Secret files
16+
*.key
17+
*.pem
18+
*.crt
19+
20+
# IDE specific files
21+
.vscode/
22+
*.code-workspace
23+
24+
# OS generated files
25+
.DS_Store
26+
Thumbs.db
27+
28+
# Build output
29+
dist/
30+
build/
31+
32+
# Temporary files
33+
*.tmp
34+
*.temp
35+
36+
# Other
37+
*.bak
38+
*.swp
39+
*.swo
40+
*.orig
41+
*.rej
42+
*.un~
43+
*.sublime-workspace
44+
*.sublime-project
45+
46+
# Ignore specific files in this project
47+
form/js/emailjs-config.js
48+
form/js/firebase-config.js

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openrockets.me
1+
openrockets.me

0 commit comments

Comments
 (0)