xenux4u commited on
Commit
aed93d9
Β·
verified Β·
1 Parent(s): 6490a0d

Delete .env

Browse files
Files changed (1) hide show
  1. .env +0 -18
.env DELETED
@@ -1,18 +0,0 @@
1
- # ─── ORBIT Environment Variables ───────────────────────────────────────────
2
- # DO NOT commit this file to version control.
3
-
4
- # Flask Core
5
- FLASK_SECRET_KEY=8f3a9c2e6b1d4f7a0e5c8b3d6f9a2e5c8b1d4f7a0e5c8b3d6f9a2e5c8b1d4f7
6
- FLASK_DEBUG=true
7
- SERVER_NAME=127.0.0.1:5000
8
- PREFERRED_URL_SCHEME=http
9
-
10
- # Google OAuth 2.0
11
- GOOGLE_CLIENT_ID=454671308528-ecc7ckec4qktmilfg8u9fc0cjj8t6jg9.apps.googleusercontent.com
12
- GOOGLE_CLIENT_SECRET=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
13
-
14
- # Database
15
- DATABASE_URL=sqlite:///orbit.db
16
-
17
- # Allow OAuth over HTTP for local development (REMOVE in production)
18
- OAUTHLIB_INSECURE_TRANSPORT=1