Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 6, 2023
1 parent 72553f6 commit b720b2f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions envs/.env.osmcha.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# POSTGRES_HOST=osmcha-db
PGHOST=osmcha-db
POSTGRES_DB=osmcha
POSTGRES_USER=postgres
POSTGRES_PASSWORD=1234
PGHOST=osmcha-db
DJANGO_DEBUG=true
DJANGO_SECRET_KEY=abc
OAUTH_OSM_KEY=xya
OAUTH_OSM_SECRET=xya
DJANGO_ANON_USER_THROTTLE_RATE=30/min
DJANGO_COMMON_USER_THROTTLE_RATE=180/min
DJANGO_NON_STAFF_USER_THROTTLE_RATE=3/min
OAUTH_REDIRECT_URI=http://localhost:8000/oauth-landing.html
OSMCHA_FRONTEND_VERSION=oh-pages
DJANGO_ENABLE_CHANGESET_COMMENTS=False
DJANGO_OSM_COMMENTS_API_KEY=""
2 changes: 1 addition & 1 deletion images/osmcha-web/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -e
python3 manage.py migrate
python3 manage.py runserver 0.0.0.0:8000 --nothreading --noreload
python3 manage.py runserver 0.0.0.0:8000

0 comments on commit b720b2f

Please sign in to comment.