Skip to content

Commit

Permalink
added .env.template public values
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed Apr 10, 2024
1 parent 16126c8 commit 05c9f34
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
DRIVE_URL=
DRIVE_API_URL=
DRIVE_NEW_API_URL=
PAYMENTS_API_URL=
PHOTOS_API_URL=
NETWORK_URL=
APP_CRYPTO_SECRET=
APP_CRYPTO_SECRET2=
APP_MAGIC_IV=
APP_MAGIC_SALT=
WEBDAV_SERVER_PORT=
DRIVE_URL=https://drive.internxt.com
DRIVE_API_URL=https://drive.internxt.com/api
DRIVE_NEW_API_URL=https://api.internxt.com/drive
PAYMENTS_API_URL=https://api.internxt.com/payments
PHOTOS_API_URL=https://photos.internxt.com/api
NETWORK_URL=https://api.internxt.com
APP_CRYPTO_SECRET=6KYQBP847D4ATSFA
APP_CRYPTO_SECRET2=8Q8VMUE3BJZV87GT
APP_MAGIC_IV=d139cb9a2cd17092e79e1861cf9d7023
APP_MAGIC_SALT=38dce0391b49efba88dbc8c39ebf868f0267eb110bb0012ab27dc52a528d61b1d1ed9d76f400ff58e3240028442b1eab9bb84e111d9dadd997982dbde9dbd25e
WEBDAV_SERVER_PORT=3005

0 comments on commit 05c9f34

Please sign in to comment.