-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
62 lines (52 loc) · 1.61 KB
/
config.yml
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
# config.yml
# This is the default configuration file for the e1s application.
# Cluster specified
#cluster: your-ecs-cluster-name
# Debug mode: Set to true to enable debug mode, false to disable it.
debug: true
# JSON logging: Set to true to enable logging in JSON format, false for plain text.
#json: false
# Log file path: Specify the path to the log file.
# The default path is the system's temporary directory.
log-file: "/tmp/e1s.log"
# read-only mode: Set to true to enable read-only mode, false to allow changes.
#read-only: false
# Refresh rate: Specify the default refresh rate in seconds.
# Set to -1 to disable auto-refresh.
refresh: -1
# Shell: Specify the interactive shell to use with ecs exec.
#shell: "/bin/sh"
# AWS profile: Specify the AWS profile to use for credentials.
#profile: ""
# AWS region: Specify the AWS region for the resources.
#region: ""
# theme
# https://github.com/keidarcy/alacritty-theme/blob/master/images/rose-pine.png
# theme: rose-pine
# Customize color theme
# hex colors example monokai from https://github.com/alacritty/alacritty-theme/blob/master/themes/monokai.toml
# colors:
# BgColor: "#272822"
# FgColor: "#f8f8f2"
# BorderColor: "#a1efe4"
# Black: "#272822"
# Red: "#f92672"
# Green: "#a6e22e"
# Yellow: "#f4bf75"
# Blue: "#66d9ef"
# Magenta: "#ae81ff"
# Cyan: "#a1efe4"
# Gray: "#808080"
# W3C colors example
# colors:
# BgColor: black
# FgColor: cadeblue
# BorderColor: dodgerblue
# Black: black
# Red: orangered
# Green: palegreen
# Yellow: greenyellow
# Blue: darkslateblue
# Magenta: mediumpurple
# Cyan: lightskyblue
# Gray: lightslategray