gradle clean build
KEY='[KEY GOES HERE]' FACEBOOK_APP_SECRET='[FACEBOOK APP SECRET GOES HERE]' ./gradlew bootRun
docker build -t appcharge/server .
docker run --rm -it -e KEY='[KEY GOES HERE]' -e FACEBOOK_APP_SECRET='[FACEBOOK APP SECRET GOES HERE]' -e offers_path=src/main/resources/offers.json -e player_dataset_path=src/main/resources/player-dataset.json -e events_path=src/main/resources/events.json -p8080:8080 appcharge/server
Go to the admin panel, open the integration tab, if you are using signature authentication - copy the key from the primary key field, if you are using encryption, take the key from the primary key field and the IV from the secondary key field.