Skip to content
Snippets Groups Projects
template.env 561 B
Newer Older
  • Learn to ignore specific revisions
  • FORESTIER Fabien's avatar
    FORESTIER Fabien committed
    TAG=<version of the proxy to be built deployed>
    ES_ALIAS_SUFFIX=<suffix of es alias ex: -dev>
    ANONYMOUS_USER=<anonymous username in kong>
    GHOST_EDITORS_GROUPNAME=<ghost editor group name, make sure to escape special characters>
    PUBLISHED_POSTS_ALIAS=<es alias of the published posts>
    PUBLISHED_PAGES_ALIAS=<es alias of the published pages>
    DRAFT_POSTS_ALIAS=<es alias of the draft post>
    DRAFT_PAGES_ALIAS=<es alias of the draft pages>
    ES_UPSTREAM_SERVER=<address of elasticsearch upstream, ex: 'elasticsearch:9200'>
    NGINX_BIND_PORT=<listening port of the proxy>