summarylogtreecommitdiffstats
path: root/config.sh
blob: 203c5dfac9b9c04bb21fc8a35069facbe65c3834 (plain)
1
2
3
4
5
6
7
8
## This file is here to configure the launch script and set some env vars

# Choose the app port
KERNEL_CONFIGURATION_PORT="8991"

# Set your application key here
# KEEP IT SECRET
RIOT_API_KEY="YourRiotAPIKey"