2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update README, refresh development secrets

This commit is contained in:
Frederik Ring 2019-10-10 10:52:13 +02:00
parent 36f555c086
commit 6051faf819
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# website
[![CircleCI](https://circleci.com/gh/offen/website/tree/master.svg?style=svg)](https://circleci.com/gh/offen/website/tree/master)
[![Patreon](https://img.shields.io/static/v1.svg?label=patreon&message=donate&color=e85b46)](https://www.patreon.com/offen)
> The www.offen.dev website
This repository contains the source code for the <www.offen.dev> website, as well as the code needed for running and extending an instance of `offen/offen`.
This repository contains the source code for the <https://www.offen.dev> website, as well as the code needed for running and extending an instance of `offen/offen` on the same domain.
---
@ -30,7 +29,7 @@ You can test your setup by starting the application:
$ docker-compose up
```
which should enable you to access the homepage at <http://localhost:8000/> and use the `auditorium` at <http://localhost:8000/>
which should enable you to access the homepage at <http://localhost:8000/> and use the wrapped `auditorium` at <http://localhost:8000/auditorium>
### License

View File

@ -18,11 +18,11 @@ services:
- ./bootstrap.yml:/bootstrap.yml
environment:
POSTGRES_CONNECTION_STRING: postgres://postgres:develop@server_database:5432/postgres?sslmode=disable
PORT: 8080
DEVELOPMENT: '1'
COOKIE_EXCHANGE_SECRET: 3P+w6QetKO3Kn8h1YyRlCw==
PORT: 8080
COOKIE_EXCHANGE_SECRET: 8jeKYbbnywoYIZznu4HffQ==
EVENT_RETENTION_PERIOD: 4464h
ACCOUNT_USER_EMAIL_SALT: JuhbRA4lCdo8rt5qVdLpk3==
ACCOUNT_USER_EMAIL_SALT: eypctS7SVKM1Ureb61db5Q==
SECURE_COOKIE: 'off'
depends_on:
- server_database