简体   繁体   English

在heroku中更改侨民荚名称

[英]Changing diaspora pod name in heroku

I had a working diaspora pod on herokru.我在 herokru 上有一个工作的侨民舱。 But I want to change my pod name to something else but it seems to much complicated.但是我想将我的 pod 名称更改为其他名称,但这似乎非常复杂。 As directed on https://wiki.diasporafoundation.org/Installation/Heroku I tried following these steps:按照https://wiki.diasporafoundation.org/Installation/Heroku 的指示,我尝试执行以下步骤:

## You can set and/or override all these settings through environment variables
## with the following conversion rules:
## - Strip the top level namespace (configuration, production, etc.)
## - Build the path to the setting, for example environment.s3.enable
## - Replace the dots with underscores: environment_s3_enable
## - Convert to upper case: ENVIRONMENT_S3_ENABLE
## - Specify lists/arrays as comma-separated values

but did not understand what to do.但不明白该怎么做。 Can anybody please explain me what the exact way of changing the pod name任何人都可以向我解释更改 pod 名称的确切方法

Let's copy paste my email reply again .让我们再次复制粘贴我的电子邮件回复。

 ## You can set and/or override all these settings through environment variables ## with the following conversion rules: ## - Strip the top level namespace (configuration, production, etc.) ## - Build the path to the setting, for example environment.s3.enable ## - Replace the dots with underscores: environment_s3_enable ## - Convert to upper case: ENVIRONMENT_S3_ENABLE ## - Specify lists/arrays as comma-separated values ## ## - For example, on Heroku: ## heroku config:set SERVICES_FACEBOOK_APP_ID=yourappid SERVICES_FACEBOOK_SECRET=yourappsecret

``` ``

Let's copy paste the example explaining how to configure your pod and replace the setting.让我们复制粘贴解释如何配置 pod和替换设置的示例

## You can set and/or override all these settings through environment variables
## with the following conversion rules:
## - Strip the top level namespace (configuration, production, etc.)
## - Build the path to the setting, for example settings.pod_name
## - Replace the dots with underscores: settings_pod_name
## - Convert to upper case: SETTINGS_POD_NAME
## - Specify lists/arrays as comma-separated values
##
## - For example, on Heroku:
##   heroku config:set SETTINGS_POD_NAME="My cool diaspora"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM