mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update README, refresh development secrets
This commit is contained in:
parent
36f555c086
commit
6051faf819
@ -1,10 +1,9 @@
|
|||||||
# website
|
# website
|
||||||
[![CircleCI](https://circleci.com/gh/offen/website/tree/master.svg?style=svg)](https://circleci.com/gh/offen/website/tree/master)
|
[![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
|
> 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
|
$ 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
|
### License
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ services:
|
|||||||
- ./bootstrap.yml:/bootstrap.yml
|
- ./bootstrap.yml:/bootstrap.yml
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_CONNECTION_STRING: postgres://postgres:develop@server_database:5432/postgres?sslmode=disable
|
POSTGRES_CONNECTION_STRING: postgres://postgres:develop@server_database:5432/postgres?sslmode=disable
|
||||||
PORT: 8080
|
|
||||||
DEVELOPMENT: '1'
|
DEVELOPMENT: '1'
|
||||||
COOKIE_EXCHANGE_SECRET: 3P+w6QetKO3Kn8h1YyRlCw==
|
PORT: 8080
|
||||||
|
COOKIE_EXCHANGE_SECRET: 8jeKYbbnywoYIZznu4HffQ==
|
||||||
EVENT_RETENTION_PERIOD: 4464h
|
EVENT_RETENTION_PERIOD: 4464h
|
||||||
ACCOUNT_USER_EMAIL_SALT: JuhbRA4lCdo8rt5qVdLpk3==
|
ACCOUNT_USER_EMAIL_SALT: eypctS7SVKM1Ureb61db5Q==
|
||||||
SECURE_COOKIE: 'off'
|
SECURE_COOKIE: 'off'
|
||||||
depends_on:
|
depends_on:
|
||||||
- server_database
|
- server_database
|
||||||
|
Loading…
Reference in New Issue
Block a user