Skip to content

Commit

Permalink
remove env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ngecu committed Mar 27, 2024
1 parent e74c36a commit 2b1af76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MONGO_URI=mongodb+srv://devngecu:[email protected]/
MONGO_URI=
JWT_SECRET = "abc123"
BASE_URL=http://localhost:5173/

Expand All @@ -8,21 +8,21 @@ HOST='smtp.gmail.com'
SERVICE='gmail'
EMAIL_PORT=587
SECURE=true
USER=[email protected]
PASS=falvxbsapmgowzel
USER=
PASS=



# SAFARICOM VARIABLES
BUSINESS_SHORT_CODE = 174379
PASS_KEY = bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919
CONSUMER_KEY = X2Z6G1kKFjOQ8ttSGVhhrBH4viOdoQF4
CONSUMER_SECRET = lvYbjEgi1Qco6E2h
BUSINESS_SHORT_CODE =
PASS_KEY =
CONSUMER_KEY =
CONSUMER_SECRET =
SAFARICOM_PORT = 6000
PORT = 5000



cliendID=451025251359-813olgkbnta7djitumcbd7m744ejjnf9.apps.googleusercontent.com
clientSecret=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
cliendID=
clientSecret=
NODE_ENV=production

0 comments on commit 2b1af76

Please sign in to comment.