-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yaml
30 lines (27 loc) · 1.11 KB
/
config.sample.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
# Sample configuration file explaining the minimum required keys to be set to run Gridifyd
#
# For more info, see https://gitlab.com/kamax-io/software/gridify/server#gridify-server
#
# Please follow the Getting Started guide if this is your first time using/configuring the Gridify Server
#
# -- https://gitlab.com/kamax-io/software/gridify/server/blob/master/docs/getting-started.md#getting-started
#
storage:
#
# This is where various critical/confidential files will be stored, like signing keys.
# While configuration keys exist to individually set storage location for each kind, this key
# is used to provide a simple mechanism to auto-populate each specific data type location.
#
# Typical value for this would be /var/lib/gridify/server
#
data: ''
#
# This is where the events, channels and overall protocol messages are stored.
# Database can only be PostgreSQL at this time for persistent storage.
#
# The connection value is a partial JDBC URI that starts after jdbc:postgresql:
# Typical format is: //host/db?user=userForDb&pass=passForDb
#
database:
type: 'postgresql'
connection: ''