|
1 | | -VITE_BASE_PATH="/study/" |
| 1 | +VITE_BASE_PATH="/reference-ranges/" |
2 | 2 | VITE_FIREBASE_CONFIG=' |
3 | 3 | { |
4 | | - apiKey: "AIzaSyAm9QtUgx1lYPDeE0vKLN-lK17WfUGVkLo", |
5 | | - authDomain: "revisit-utah.firebaseapp.com", |
6 | | - projectId: "revisit-utah", |
7 | | - storageBucket: "revisit-utah.appspot.com", |
8 | | - messagingSenderId: "811568460432", |
9 | | - appId: "1:811568460432:web:995f6b4f1fc8042b5dde15" |
| 4 | + apiKey: "AIzaSyDq1njfXz0s7SQICEQCL_VjbSngqD53-0A", |
| 5 | + authDomain: "view-revisit.firebaseapp.com", |
| 6 | + projectId: "view-revisit", |
| 7 | + storageBucket: "view-revisit.firebasestorage.app", |
| 8 | + messagingSenderId: "595567496565", |
| 9 | + appId: "1:595567496565:web:f4a7ee02bd8a3efb1e573c" |
10 | 10 | } |
11 | 11 | ' |
12 | | -VITE_STORAGE_ENGINE="localStorage" # "firebase" or "supabase" or "localStorage" or your own custom storage engine |
13 | | -VITE_RECAPTCHAV3TOKEN="6LdjOd0lAAAAAASvFfDZFWgtbzFSS9Y3so8rHJth" # recaptcha SITE KEY |
| 12 | +VITE_RECAPTCHAV3TOKEN="6LfaDFcsAAAAAIeDQp0kGgG8TcGaV6k1yWhes7U9" |
| 13 | +VITE_STORAGE_ENGINE="firebase" # "firebase" or "supabase" or "localStorage" or your own custom storage engine |
14 | 14 | VITE_REPO_URL="https://github.com/revisit-studies/study/tree/main/public/" # Set the url for the "view source" link on the front page |
15 | 15 |
|
16 | 16 | VITE_SUPABASE_URL="https://supabase.revisit.dev" |
|
0 commit comments