6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export API_HOST=https://api.konik.ai
|
|
export ATHENA_HOST=wss://athena.konik.ai
|
|
export MAPS_HOST=https://api.konik.ai/maps
|
|
exec ./launch_chffrplus.sh
|