-
Notifications
You must be signed in to change notification settings - Fork 44
/
config.auto.example.tfvars
88 lines (84 loc) · 3.56 KB
/
config.auto.example.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# enable_log_filter = true # Chat privacy
# enable_auto_startstop = true
# enable_backup = true
# enable_log_filter = false
# variable minecraft_bedrock_config {
# primary = {
# allow_ops_only = false
# container_image = "itzg/minecraft-bedrock-server"
# container_image_tag = "latest"
# environment_variables = {
# ALLOW_CHEATS = false
# DEBUG = "true" # Bedrock is Alpha software
# DIFFICULTY = "easy"
# EULA = true
# GAMEMODE = "creative"
# MAX_PLAYERS = 10
# OVERRIDE_SERVER_PROPERTIES = true
# VERSION = "LATEST"
# }
# minecraft_server_port = 19132
# start_time = ""
# stop_time = "00:01"
# vanity_hostname_prefix = "bedrock"
# }
# }
# minecraft_config = {
# primary = {
# allow_ops_only = "false"
# container_image_tag = "latest"
# environment_variables = {
# ALLOW_NETHER = true
# ANNOUNCE_PLAYER_ACHIEVEMENTS = "true"
# DIFFICULTY = "easy"
# ENABLE_COMMAND_BLOCK = true
# EULA = true
# ICON = null # "https://raw.githubusercontent.com/geekzter/azure-minecraft-docker/main/visuals/aci.png"
# MAX_PLAYERS = 10
# MODS = null
# MODE = "creative"
# MOTD = "Minecraft Server powered by Docker and Azure Container Instance"
# OVERRIDE_SERVER_PROPERTIES = true # Use these settings over server.roperties every time the container starts
# SNOOPER_ENABLED = "false"
# TYPE = "PAPER"
# VERSION = "1.16.5"
# }
# minecraft_server_port = 25565
# start_time = "12:00"
# stop_time = "00:01"
# vanity_hostname_prefix = "minecraft116"
# }
# experimental = {
# allow_ops_only = "true"
# container_image_tag = "multiarch-latest"
# environment_variables = {
# ALLOW_NETHER = true
# ANNOUNCE_PLAYER_ACHIEVEMENTS = "true"
# DIFFICULTY = "easy"
# ENABLE_COMMAND_BLOCK = true
# EULA = true
# ICON = null
# MAX_PLAYERS = 10
# MODS = null
# MODE = "creative"
# MOTD = "Experimental server, data will be lost!!!"
# OVERRIDE_SERVER_PROPERTIES = true
# SNOOPER_ENABLED = "false"
# TYPE = "PAPER"
# VERSION = "LATEST"
# }
# minecraft_server_port = 25565
# start_time = ""
# stop_time = "00:01"
# vanity_hostname_prefix = "minecraft117"
# }
# }
# provisoner_email_address = "[email protected]"
# minecraft_ops = ["me"]
# minecraft_users = [
# "User1",
# "User2",
# ]
# subscription_id = "00000000-0000-0000-0000-000000000000"
# tenant_id = "00000000-0000-0000-0000-000000000000"
# vanity_dns_zone_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mySharedRG/providers/Microsoft.Network/dnszones/mydomain.com"