Initial commit
This commit is contained in:
36
.env.example
Normal file
36
.env.example
Normal file
@@ -0,0 +1,36 @@
|
||||
## General
|
||||
APP_NAME="Nuxt Pocketbase Starter"
|
||||
APP_ID="com.pocketbase.nuxt"
|
||||
NODE_ENV="development"
|
||||
|
||||
|
||||
## Frontend
|
||||
NUXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
NUXT_PUBLIC_POCKETBASE_URL="http://127.0.0.1:8090"
|
||||
NUXT_PUBLIC_RYBBIT_URL="" # e.g. https://app.rybbit.io
|
||||
NUXT_PUBLIC_RYBBIT_SITE_ID="" # Your Rybbit site ID
|
||||
|
||||
|
||||
## Backend
|
||||
SUPERUSER_EMAIL="mail@example.com"
|
||||
SUPERUSER_PW="!234Qwer"
|
||||
|
||||
AUTH_GOOGLE_CLIENT_ID="<client-id>"
|
||||
AUTH_GOOGLE_CLIENT_SECRET="<client-secret>"
|
||||
|
||||
AUTH_APPLE_CLIENT_ID="<client-id>"
|
||||
AUTH_APPLE_CLIENT_SECRET="<client-secret>"
|
||||
|
||||
|
||||
## Sidecar
|
||||
SIDECAR_PORT=8091
|
||||
SIDECAR_SECRET="change-me-to-a-random-secret"
|
||||
|
||||
## Firebase (FCM push notifications)
|
||||
# Paste the full content of your firebase-admin-service-account.json here (in single quotes)
|
||||
GOOGLE_CREDENTIALS_JSON=''
|
||||
|
||||
|
||||
## Mobile
|
||||
GOOGLE_PLAY_CONSOLE_CREDENTIALS_FILE="creds/play-console-service-account.json" # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||
APPLE_ID="peter" # Your Apple Developer Portal username
|
||||
Reference in New Issue
Block a user