Смена названия стручка диаспоры в героку
У меня была рабочая стручка диаспоры на герокру. Но я хочу сменить название своего стручка на что-то другое, но это кажется очень сложным. Как указано на 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
но не понял что делать. Может кто-нибудь, пожалуйста, объясните мне, что точный способ изменения названия модуля
1 ответ
Решение
Давайте скопируем и вставим мой ответ по электронной почте снова.
## 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
`` `
Давайте скопируем и вставим пример, объясняющий, как настроить ваш модуль и заменить его.
## 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"