Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/derrickmehaffy/strapi-test-heroku-admin-path
- Owner: derrickmehaffy
- Created: 2021-06-28T20:25:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T20:34:38.000Z (over 3 years ago)
- Last Synced: 2024-10-16T07:21:20.176Z (22 days ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```