mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
0004e2ef9d
* platformize * Deploy to platform button * platformize * correct celery command * use project entropy so we are production ready * This can be a diskless app * prettier on a single line * add README.md * revert change to main README.md * move secret to .environment
12 lines
258 B
YAML
12 lines
258 B
YAML
# The routes of the project.
|
|
#
|
|
# Each route describes how an incoming URL is going
|
|
# to be processed by Platform.sh.
|
|
|
|
"https://{default}/":
|
|
type: upstream
|
|
upstream: "app:http"
|
|
|
|
"https://www.{default}/":
|
|
type: redirect
|
|
to: "https://{default}/" |