We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6373e3 commit c9489f1Copy full SHA for c9489f1
src/lua/generic.template/server/manifest/04-clusters/%+DEPLOY_SERVER+.lua
@@ -52,9 +52,9 @@ clusters[#clusters + 1] =
52
--[[BLOCK_START:STATIC_NAME]]
53
{ name = "#{PROJECT_NAME}-static-#{STATIC_NAME}" };
54
--[[BLOCK_END:STATIC_NAME]]
55
---[[BLOCK_START:REDIS_BASE_HOST_DEPLOY]]
56
- { name = "#{REDIS_BASE_HOST_DEPLOY}" };
57
---[[BLOCK_END:REDIS_BASE_HOST_DEPLOY]]
+--[[BLOCK_START:REDIS_BASE_HOST]]
+ { name = "#{REDIS_BASE_HOST}" };
+--[[BLOCK_END:REDIS_BASE_HOST]]
58
--[[BLOCK_START:MYSQL_BASES]]
59
{ name = "#{MYSQL_BASES}" };
60
--[[BLOCK_END:MYSQL_BASES]]
0 commit comments