-
Notifications
You must be signed in to change notification settings - Fork 770
/
Copy pathgrr.server.yaml
37 lines (30 loc) · 1.24 KB
/
grr.server.yaml
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
Server.initialized: true
Server.fleetspeak_server: fleetspeak-admin:4444
Server.fleetspeak_message_listen_address: grr-fleetspeak-frontend:11111
AdminUI.csrf_secret_key: random_passphrase____PLEASE_REPLACE_WHEN_RUNNING_IN_PRODUCTION____
AdminUI.url: http://admin-ui:8000
AdminUI.bind: 0.0.0.0
AdminUI.use_precompiled_js: true
API.DefaultRouter: ApiCallRouterWithoutChecks
Mysql.host: mysql-host
Mysql.port: 3306
Mysql.database_name: fleetspeak
Mysql.database_password: fleetspeak-password
Mysql.database_username: fleetspeak-user
Mysql.database: grr
Mysql.password: grrp
Mysql.username: grru
Blobstore.implementation: DbBlobStore
Database.implementation: MysqlDB
Client.executable_signing_public_key: "%(/configs/public-key.pem|file)"
PrivateKeys.executable_signing_private_key: "%(/configs/private-key.pem|file)"
# Configuration for repacking client templates:
ClientBuilder.fleetspeak_bundled: true
ClientBuilder.template_dir: /client_templates
ClientBuilder.executables_dir: /client_installers
Target:Linux:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
Target:Windows:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
Target:Darwin:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config