Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update-gitignore #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

DATABASE_URL="file:./dev.db"
SESSION_SECRET = 'Hello'
# Database
DATABASE_URL=

# Dashx env variables
DASHX_BASE_URI = 'https://api.dashx.com/graphql/'
DASHX_PUBLIC_KEY = '1rGE0HWa6Su8F9kZVDpZICYb'
DASHX_PRIVATE_KEY = 'J3bV7AKeJx70x9huM7SDAvuxSTzQka1Q'
DASHX_TARGET_ENVIRONMENT= 'staging'
DASHX_BASE_URI=
DASHX_PUBLIC_KEY=
DASHX_PRIVATE_KEY=
DASHX_TARGET_ENVIRONMENT=

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# production
/build

# package
package-lock.json

# misc
.DS_Store
.env
Expand Down
Loading