SMS-proj is a project to send receive SMS messages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sms-proj/config-sample.ini

22 lines
389 B

[sql]
sqlhost=localhost
sqluser=username
sqlpass=password
sqldb=smsproject
[flowroute]
fr_access_key=12345
fr_secret_key=sample
[phone]
source=12135551212
[app]
debug=1 ;1 for true and anything else for false.
[auth]
FN_AUTH_REDIRECT_URI=http://localhost:8040/google/auth
FN_BASE_URI=http://localhost:8040
FN_CLIENT_ID=
FN_CLIENT_SECRET=
FN_FLASK_SECRET_KEY=SOMETHING RANDOM AND SECRET