19 lines
366 B
YAML
Executable File
19 lines
366 B
YAML
Executable File
database:
|
|
host: localhost
|
|
port: 5432
|
|
username: admin
|
|
password: supersecretpassword123
|
|
ssl: false
|
|
|
|
api:
|
|
key: ghp_1234567890abcdefghijklmnopqrstuvwxyz12
|
|
secret: github_pat_11AABBCCDD_1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefg
|
|
timeout: 30
|
|
|
|
logging:
|
|
level: debug
|
|
file: /var/log/app.log
|
|
|
|
features:
|
|
debug_mode: true
|
|
detailed_errors: true |