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

remove hardcoded paths & api ips #21

Open
maravger opened this issue May 24, 2018 · 2 comments
Open

remove hardcoded paths & api ips #21

maravger opened this issue May 24, 2018 · 2 comments

Comments

@maravger
Copy link
Owner

maravger commented May 24, 2018

please be a pro

@maravger
Copy link
Owner Author

@maravger
Copy link
Owner Author

maravger commented May 24, 2018

.env template

#####                                                                                                                
# Postgresql                                                                                                            
#####                                                                                                                  
                                                                                                                       
# Name and port of the host where the postgres container is running. This will                                          
# be the name that is specified in docker-compose.yml                                                                  
POSTGRES_HOST=db                                                                                                        
POSTGRES_PORT=5432                                                                                                      
POSTGRES_ENGINE=django.db.backends.postgresql                                                                          
                                                                                                                       
# Specify the name of the database, name and password of the database user                                              
POSTGRES_NAME=postgres                                                                                                  
POSTGRES_USER=postgres                                                                                                  
POSTGRES_PASSWORD=mysecretpassword                                                                                                                                            
PGDATA=/var/lib/postgresql/data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant