在 heroku 中更改 diaspora pod 名称
Changing diaspora pod name in heroku
我在 herokru 上有一个可用的散居点。但是我想将我的 pod 名称更改为其他名称,但这似乎很复杂。按照 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
但不知道该怎么做。谁能解释一下更改 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 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
```
让我们复制粘贴解释如何配置 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"
我在 herokru 上有一个可用的散居点。但是我想将我的 pod 名称更改为其他名称,但这似乎很复杂。按照 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
但不知道该怎么做。谁能解释一下更改 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 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
```
让我们复制粘贴解释如何配置 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"