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

Commit

Permalink
Staging (#200)
Browse files Browse the repository at this point in the history
* update deps

* update deps and add .env.local.template
  • Loading branch information
gkorland authored Jan 9, 2024
1 parent f0912e0 commit 9b3d17f
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 4,911 deletions.
30 changes: 30 additions & 0 deletions .env.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# GITHUB Auth credentials
GITHUB_ID=[ID]
GITHUB_SECRET=[SECRET]

# Google Auth credentials
GOOGLE_CLIENT_ID=[CLIENT_ID]
GOOGLE_CLIENT_SECRET=[CLIENT_SECRET]

# AWS credentials
AWS_SECRET_ACCESS_KEY=[SECRET_ACCESS_KEY]
AWS_ACCESS_KEY_ID=[ACCESS_KEY_ID]

# Next secrets
NEXTAUTH_URL=[URL]
NEXTAUTH_SECRET=[SECRET]
NEXT_PUBLIC_GOOGLE_ANALYTICS=[ANALYTICS]

# Postgres connection details
POSTGRES_PASSWORD=[PASSWORD]
POSTGRES_USER=[USER]
POSTGRES_DATABASE=[DATABASE]
POSTGRES_HOST=[HOST]
POSTGRES_PORT=[PORT]

# Sentry credentials
SENTRY_AUTH_TOKEN=[TOKEN]

# FalkorDB Admin user default password
ADMIN_PASSWORD=[PASSWORD]
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is a FalkorDB sandbox Dashboard project and it's [Next.js](https://nextjs.o

## Getting Started

* First, get the ``.env.local`` file with credentials to the development environment.
* First, get the ``.env.local`` file with credentials to the development environment, you can copy ``.env.local.template``.

The ``.env.local`` should include the following variables:
The ``.env.local`` should include the following variables

```yaml
# GITHUB Auth credentials
Expand Down
Loading

0 comments on commit 9b3d17f

Please sign in to comment.