Skip to content

Commit

Permalink
Update README and edit default values for .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bwdmonkey committed Jul 4, 2018
1 parent 2742f45 commit 07a0aee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions .env.sample
@@ -1,14 +1,16 @@
ADMIN=NAME,EMAIL
ALLOWED_HOSTS=CSV OF HOSTS
CELERY_BACKEND_TYPE=redis
ADMIN=NAME,email@host.ca
ALLOWED_HOSTS=rebootcanadadb.herokuapp.com,rebootcanada.herokuapp.com,localhost,0.0.0.0
CELERY_BACKEND_TYPE=amqp
CLOUDAMQP_APIKEY=
CLOUDAMQP_URL=
DATABASE_URL=
DB_NAME=reboot
DB_USER=root
DEBUG=False
DJANGO_DATABASE=live or local
# DJANGO_DATABASE can be either 'local' or 'live'
DJANGO_DATABASE=local
EMAIL_HOST=smtp.gmail.com
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
SECRET_KEY=
DB_USER=root
DB_NAME=reboot
# SECRET_KEY: Check out https://www.miniwebtool.com/django-secret-key-generator/ for generating new key
SECRET_KEY=abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,7 +45,7 @@ The main functionalities:

Clone the repo:

- **HTTPS** `git clone https://github.com/CodeTheChangeUBC/ReBOOT.git`
- **HTTPS** `git clone https://github.com/CodeTheChangeUBC/reBOOT.git`
- **SSH** `ssh git@github.com:CodeTheChangeUBC/ReBOOT.git`

Install Requirements:
Expand All @@ -56,6 +56,7 @@ Install Requirements:
- Install rabbitmq: https://www.rabbitmq.com/download.html

## Contributing

Coding contributions are to be made by members of **Code the Change UBC** only.

When making a **contribution**, make sure to do the following:
Expand Down Expand Up @@ -101,7 +102,6 @@ The command allows us to use multiple workers to run tasks.

To provide **suggestions** or **report bugs**, open an **issue** first to discuss potential changes/additions.


## Contacts

#### Code the Change UBC
Expand Down

0 comments on commit 07a0aee

Please sign in to comment.