Skip to content

Commit

Permalink
updated the UI to match Collaborrate's goal, features, and color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hilton committed Mar 30, 2023
0 parents commit 35d3215
Show file tree
Hide file tree
Showing 6,796 changed files with 810,503 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
60 changes: 60 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Information here will appear across AlternateCMS

# Database URL

DATABASE_URL='postgresql://postgres:[email protected]:5432/postgres'

TEST_URL='postgresql://postgres:Libra1986@localhost:5432/alternatecms'

MY_SQL='mysql://root:Libra1986@localhost:3306/alternatecms'

SQLITE_URL='file://server/config/database/main.db'

# Supabase URL and Credentials (Supabase is not required, but recommended)

YOUR_SUPABASE_URL='db.wyhrhklrokwbwfwkgyoi.supabase.co'
YOUR_SUPABASE_KEY='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Ind5aHJoa2xyb2t3Yndmd2tneW9pIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NDQ0NDY4ODgsImV4cCI6MTk2MDAyMjg4OH0.YkHlpppiybDFNr_Cv-mE6zfR04Xwmev4NR2a1xEnERs'

# DATABASE DETAILS

DB_HOST='db.wyhrhklrokwbwfwkgyoi.supabase.co'
DB_PORT='5432'
DB_USER='postgres'
DB_PASSWORD='Whurashia1986'
DB_DATABASE='postgres'
DB_CLIENT='pg'
DB_SSL=false

# GRAPHQL Endpoint

GRAPHQL_ENV_NAME='Fake Graphql' # Please change me
GRAPHQL_ENV='https://api.mocki.io/v2/c4d7a195/graphql'

# Sentry Credentials

SENTRY_DSN='https://[email protected]/6140531'

# New Relic
NEW_RELIC_FEATURE_FLAG_UNDICI_INSTRUMENTATION=true
NEW_RELIC_FEATURE_FLAG_UNDICI_ASYNC_TRACKING=true
NEW_RELIC_FEATURE_FLAG_NEW_PROMISE_TRACKING=true

# Github Token

GITHUB_API_TOKEN='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'
GITHUB_LOGIN='bastianhilton'

# Directus Credentials

DIRECTUS_URL='http://meeovicms.com:8005'
DIRECTUS_TOKEN='-'
DIRECTUS_EMAIL=mmessenger
DIRECTUS_PASSWORD=themessenger@1986

# Meilisearch Credentials

HOSTURL='http://meeovicms.com:7700'
SEARCH_APIKEY='<your_public_key>'
ADMIN_APIKEY='<your_secret_key>'

# Sentry Credentials
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea/
.vscode/
node_modules/
build/
tmp/
temp/
Loading

0 comments on commit 35d3215

Please sign in to comment.