diff options
| author | realtradam <[email protected]> | 2024-06-28 16:21:41 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-28 16:21:41 -0400 |
| commit | 429010140d13ae50ac1f64aa0762476b51b86c68 (patch) | |
| tree | 1ac4a409afb66b08eb09b7fb4192385734fce97b | |
| parent | d45295ba1ccb9ceb4165cf0b81f60b135a147938 (diff) | |
| download | gameHolster-429010140d13ae50ac1f64aa0762476b51b86c68.tar.gz gameHolster-429010140d13ae50ac1f64aa0762476b51b86c68.zip | |
add non-secret env vars
| -rw-r--r-- | react-frontend/.env.development | 4 | ||||
| -rw-r--r-- | react-frontend/.env.production | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/react-frontend/.env.development b/react-frontend/.env.development new file mode 100644 index 0000000..988eaa6 --- /dev/null +++ b/react-frontend/.env.development @@ -0,0 +1,4 @@ +# .env.development +VITE_API_TITLE=http://localhost:3000 +VITE_BOXEDAPI_TITLE=http://localhost:3000 +VITE_GITHUB_CLIENTID=74468ad0847e527262d9 diff --git a/react-frontend/.env.production b/react-frontend/.env.production new file mode 100644 index 0000000..2277c20 --- /dev/null +++ b/react-frontend/.env.production @@ -0,0 +1,4 @@ +# .env.production +VITE_API_TITLE=https://api.gameholster.com +VITE_BOXEDAPI_TITLE=https://gameholster.boxed.fun +VITE_GITHUB_CLIENTID=Ov23liuLmDtxmsXY1zbQ |
