Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
remove: auth, db packages, expo app
Browse files Browse the repository at this point in the history
skill issues
  • Loading branch information
saeidex committed Nov 22, 2024
1 parent b976cde commit 086b514
Show file tree
Hide file tree
Showing 68 changed files with 2,839 additions and 15,170 deletions.
31 changes: 4 additions & 27 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Since .env is gitignored, you can use .env.example to build a new `.env` file when you clone the repo.
# Keep this file up-to-date when you add new variables to \`.env\`.

# This file will be committed to version control, so make sure not to have any secrets in it.
# If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets.

# The database URL is used to connect to your Supabase database.
POSTGRES_URL="postgres://postgres.[USERNAME]:[PASSWORD]@aws-0-ap-south-1.pooler.supabase.com:6543/postgres?workaround=supabase-pooler.vercel"


# You can generate the secret via 'openssl rand -base64 32' on Unix
# @see https://next-auth.js.org/configuration/options#secret
AUTH_SECRET='supersecret'

# Github OAuth provider
# @see https://next-auth.js.org/providers/github
AUTH_GITHUB_ID=''
AUTH_GITHUB_SECRET=''

# Google OAuth provider
AUTH_GOOGLE_ID=""
AUTH_GOOGLE_SECRET=""

# In case you're using the Auth Proxy (apps/auth-proxy)
# AUTH_REDIRECT_PROXY_URL='https://auth.your-server.com/r'

# MQTT Broker
MQTT_HOST=""
MQTT_USERNAME=""
MQTT_PASSWORD=""
NEXT_PUBLIC_MQTT_HOST="wss://broker.emqx.io:8084/mqtt"
NEXT_PUBLIC_MQTT_USERNAME=""
NEXT_PUBLIC_MQTT_PASSWORD=""
NEXT_PUBLIC_MQTT_TOPIC=""
7 changes: 0 additions & 7 deletions apps/auth-proxy/.env.example

This file was deleted.

26 changes: 0 additions & 26 deletions apps/auth-proxy/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions apps/auth-proxy/eslint.config.js

This file was deleted.

28 changes: 0 additions & 28 deletions apps/auth-proxy/package.json

This file was deleted.

23 changes: 0 additions & 23 deletions apps/auth-proxy/routes/r/[...auth].ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/auth-proxy/tsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/auth-proxy/turbo.json

This file was deleted.

4 changes: 0 additions & 4 deletions apps/expo/.expo-shared/assets.json

This file was deleted.

42 changes: 0 additions & 42 deletions apps/expo/app.config.ts

This file was deleted.

Binary file removed apps/expo/assets/icon.png
Binary file not shown.
11 changes: 0 additions & 11 deletions apps/expo/babel.config.js

This file was deleted.

32 changes: 0 additions & 32 deletions apps/expo/eas.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/expo/eslint.config.mjs

This file was deleted.

1 change: 0 additions & 1 deletion apps/expo/index.ts

This file was deleted.

60 changes: 0 additions & 60 deletions apps/expo/metro.config.js

This file was deleted.

62 changes: 0 additions & 62 deletions apps/expo/package.json

This file was deleted.

Loading

0 comments on commit 086b514

Please sign in to comment.