Skip to content

Commit

Permalink
Patch v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SlamTheDragon committed Sep 20, 2023
1 parent ce0b24f commit bdbdb74
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion static/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/status.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/status.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions v3main/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_VERSION=${npm_package_version}
REACT_APP_FIREBASE_TOKEN=REACT_APP_FIREBASE_TOKEN
2 changes: 1 addition & 1 deletion v3main/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v3main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slamthedragon-webapp-main",
"version": "3.0.9",
"version": "3.0.10",
"private": true,
"dependencies": {
"@material-design-icons/svg": "^0.14.10",
Expand Down
2 changes: 1 addition & 1 deletion v3main/src/utils/firebase/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getDatabase, ref } from 'firebase/database'
const key = process.env.REACT_APP_FIREBASE_TOKEN

const firebaseConfig = {
apiKey: key,
apiKey: 'AIzaSyAzrv1xEDLXE_H42y4PbKbnYfNrMshGvrU',
authDomain: "slamthedragondb.firebaseapp.com",
databaseURL: "https://slamthedragondb-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "slamthedragondb",
Expand Down
2 changes: 2 additions & 0 deletions v3status/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_VERSION=${npm_package_version}
REACT_APP_FIREBASE_TOKEN=REACT_APP_FIREBASE_TOKEN
2 changes: 1 addition & 1 deletion v3status/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v3status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slamthedragon-webapp-main",
"version": "3.0.9",
"version": "3.0.10",
"private": true,
"dependencies": {
"@material-design-icons/svg": "^0.14.10",
Expand Down
2 changes: 1 addition & 1 deletion v3status/src/utils/firebase/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getDatabase, ref } from 'firebase/database'
const key = process.env.REACT_APP_FIREBASE_TOKEN

const firebaseConfig = {
apiKey: key,
apiKey: 'AIzaSyAzrv1xEDLXE_H42y4PbKbnYfNrMshGvrU',
authDomain: "slamthedragondb.firebaseapp.com",
databaseURL: "https://slamthedragondb-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "slamthedragondb",
Expand Down

0 comments on commit bdbdb74

Please sign in to comment.