Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derrickmehaffy/strapi-test-heroku-admin-path

Testing modifying the admin path within Heroku
https://github.com/derrickmehaffy/strapi-test-heroku-admin-path

Last synced: 2 days ago
JSON representation

Testing modifying the admin path within Heroku

Awesome Lists containing this project

README

        

# Test app

This is a test Strapi application deployed to Heroku and using the Environment Configurations to modify the root URL and the admin panel URL.

Environment Variables used in Heroku:

![vars](./images/vars.png)

```
=== dry-gorge-68963 Config Vars
ADMIN_URL: /dashboard
DATABASE_URL: postgres://-snip-
NODE_ENV: production
STRAPI_URL: https://dry-gorge-68963.herokuapp.com/
```