Permalink
Browse files
Add base_url to heroku deploy
- Loading branch information...
Showing
with
8 additions
and
1 deletion.
-
+1
−0
.env.example
-
+7
−1
app.json
|
|
@@ -1 +1,2 @@ |
|
|
SHARE_MEOW_SECRET_KEY=change_this_to_something_else
|
|
|
+BASE_URL=https://url-to-your-sharemeow-app.com
|
|
|
@@ -7,7 +7,13 @@ |
|
|
"env": {
|
|
|
"SHARE_MEOW_SECRET_KEY": {
|
|
|
"description": "A secret key used for authentication.",
|
|
|
- "generator": "secret"
|
|
|
+ "generator": "secret",
|
|
|
+ "required": "true"
|
|
|
+ },
|
|
|
+ "BASE_URL": {
|
|
|
+ "description": "The URL to your deployed ShareMeow App",
|
|
|
+ "value": "https://app-name.herokuapp.com",
|
|
|
+ "required": "true"
|
|
|
},
|
|
|
"WEB_CONCURRENCY": {
|
|
|
"description": "The number of Puma processes to run.",
|
|
|
|
0 comments on commit
d8cd1c5