Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 22, 2021 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/459af23335ef80f0aa1ceb5dc1e4a801 to your computer and use it in GitHub Desktop.
Save Hkazanci93/459af23335ef80f0aa1ceb5dc1e4a801 to your computer and use it in GitHub Desktop.
% cd searchapp
% cat config.ini
[redis]
PORT=13520
HOST=redis-13520.c276.us-east-1-2.ec2.cloud.redislabs.com
PASSWORD=<add your password>
[github]
ACCESS_TOKEN=<Add your GitHub Personal Access Token here>
[prod]
SECRET_KEY=
MYSQL_NAME=awesome-search-base
MYSQL_USER=root
MYSQL_CONNECTION_NAME=
MYSQL_PASS=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment