Skip to content

Commit

Permalink
deploy: 1f08188
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurdin committed Mar 11, 2024
1 parent f98c6b3 commit 5966ecc
Show file tree
Hide file tree
Showing 6 changed files with 1,177 additions and 923 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ BASE_API='https://api.staging.pangea.chat/api/v1'
CHOREO_API = 'https://api.staging.pangea.chat/choreo'
FRONTEND_URL='https://app.staging.pangea.chat'
SYNAPSE_URL = 'matrix.staging.pangea.chat'
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
GOOGLE_AUTH_KEY = '466850640825-qegdiq3mpj3h5e0e79ud5hnnq2c22mi3.apps.googleusercontent.com'
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
3 changes: 1 addition & 2 deletions assets/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ BASE_API='https://api.staging.pangea.chat/api/v1'
CHOREO_API = 'https://api.staging.pangea.chat/choreo'
FRONTEND_URL='https://app.staging.pangea.chat'
SYNAPSE_URL = 'matrix.staging.pangea.chat'
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
GOOGLE_AUTH_KEY = '466850640825-qegdiq3mpj3h5e0e79ud5hnnq2c22mi3.apps.googleusercontent.com'
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const RESOURCES = {"assets/assets/encryption.png": "85367d8a3630d5791124f10a63e7
"favicon.png": "37d87985849bc680fe47a9330c3ea67e",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"index.html": "73f61632c58390e0b4ccdd3e75081e69",
"/": "73f61632c58390e0b4ccdd3e75081e69",
"main.dart.js": "bfbbb112bc7cb9731d62449c68a2e316"};
"index.html": "0a93fe93257547e4e5a78b3fee5473ae",
"/": "0a93fe93257547e4e5a78b3fee5473ae",
"main.dart.js": "425f415b6f097b29fb91566ef372bd00"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1109916661";
const serviceWorkerVersion = "1517196409";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 5966ecc

Please sign in to comment.