mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 19:24:19 +01:00
55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
# This is the configuration file for your test environment.
|
|
# All ports are set to zero in this file which makes the server find the next available port.
|
|
# This is needed to enable running tests concurrently. To set up your server, you will
|
|
# need to add the name of the database you are connecting to and the user name.
|
|
# The password for the database is stored in the config/passwords.yaml.
|
|
#
|
|
# When running your server locally, the server ports are the same as the public
|
|
# facing ports.
|
|
|
|
# Configuration for the main API test server.
|
|
apiServer:
|
|
port: 0
|
|
publicHost: localhost
|
|
publicPort: 0
|
|
publicScheme: http
|
|
|
|
# Configuration for the Insights test server.
|
|
insightsServer:
|
|
port: 0
|
|
publicHost: localhost
|
|
publicPort: 0
|
|
publicScheme: http
|
|
|
|
# Configuration for the web test server.
|
|
webServer:
|
|
port: 0
|
|
publicHost: localhost
|
|
publicPort: 0
|
|
publicScheme: http
|
|
|
|
# This is the database setup for your test server.
|
|
database:
|
|
host: localhost
|
|
port: 9090
|
|
name: wien_talks_test
|
|
user: postgres
|
|
|
|
# This is the setup for your Redis test instance.
|
|
redis:
|
|
enabled: false
|
|
host: localhost
|
|
port: 9091
|
|
#user: # defaults to empty
|
|
#requireSsl: true # defaults to false
|
|
|
|
sessionLogs:
|
|
persistentEnabled: true
|
|
consoleEnabled: true
|
|
# consoleLogFormat: json # Defaults to "json", options are "text" or "json"
|
|
|
|
# futureCallExecutionEnabled: true # Defaults to true
|
|
|
|
#futureCall:
|
|
# concurrencyLimit: 1 # Defaults to 1, a negative or null value removes the limit
|
|
# scanInterval: 5000 # Unit in milliseconds, defaults to 5000
|