Skip to content

Commit

Permalink
ci: add example .env file for ci
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Apr 1, 2024
1 parent bc15dc4 commit 4f49ef1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
APP_NAME="Creasi Skeleton"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_LOCALE=id

DB_CONNECTION=pgsql
DB_PASSWORD=

QUEUE_CONNECTION=database
SESSION_DRIVER=database

DEBUGBAR_ENABLED=false
DUSK_HEADLESS_DISABLED=true
TELESCOPE_ENABLED=false

# see https://console.firebase.google.com/project/creasi-co/settings/general
FIREBASE_PROJECT_ID='creasi-co'
FIREBASE_APP_ID=
FIREBASE_API_KEY=
FIREBASE_MESSAGING_SENDER_ID=
FIREBASE_MEASUREMENT_ID=
FIREBASE_VAPID_KEY=
FIREBASE_SERVER_KEY=

SENTRY_ORG=creasico
SENTRY_DSN=
SENTRY_PROJECT=creasi-skeleton
SENTRY_AUTH_TOKEN=
SENTRY_PROFILING_ENABLE=true

VITE_API_URL="${APP_URL}/api"

0 comments on commit 4f49ef1

Please sign in to comment.