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

Setup script for .env configuration file #1350

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fd30f4c
Setup script for .env configuration file
disha1202 Jan 2, 2024
c452980
Merge branch 'develop' into setup-script
disha1202 Jan 2, 2024
64f3632
fix: typo
disha1202 Jan 2, 2024
f50fe86
Merge branch 'setup-script' of https://github.com/disha1202/talawa-ad…
disha1202 Jan 2, 2024
49069c3
fix: error in package.json
disha1202 Jan 2, 2024
68134ac
Updated installation guide
disha1202 Jan 8, 2024
b85dff5
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 8, 2024
3f30d8d
fix: check api is running, existing comments are not removed, if conf…
disha1202 Jan 11, 2024
8fc561a
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 11, 2024
df741bf
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 14, 2024
05e03be
fix: reduce response time for checking connection
disha1202 Jan 16, 2024
5bc5c95
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 18, 2024
8fa7132
removed: commented code
disha1202 Jan 18, 2024
d0c419f
fix: failing tests
disha1202 Jan 18, 2024
7a31c8e
fix: formatting issues
disha1202 Jan 18, 2024
5ed7f45
Revert "fix: formatting issues"
disha1202 Jan 18, 2024
42a3318
fix: formatting issues
disha1202 Jan 18, 2024
2464e86
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 18, 2024
78499de
fix: failing tests
disha1202 Jan 18, 2024
58aee4e
fix: type errors
disha1202 Jan 18, 2024
6fd570b
fix: removed unused variables
disha1202 Jan 18, 2024
6428cab
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 19, 2024
35eabf1
Added comments
disha1202 Jan 19, 2024
31cda90
revert: unwanted changes
disha1202 Jan 19, 2024
cb73e16
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
disha1202 Jan 20, 2024
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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4000/graphql

# If you want to logs Compiletime and Runtime error , warning and info write YES or if u want to
# keep the console clean leave it blank
ALLOW_LOGS=""
ALLOW_LOGS=
7 changes: 7 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ npm install
# Configuration

It's important to configure Talawa-Admin. Here's how to do it.
You can use our interactive setup script for the configuration. Use the following command for the same.

```
npm run setup
```

All the options in "setup" can be done manually as well and here's how to do it. - [Creating .env file](#creating-env-file)

## Creating .env file

Expand Down
Loading
Loading