11 lines
453 B
Plaintext
11 lines
453 B
Plaintext
# Copy this file to walkguide-backend/demo/secrets.properties.
|
|
# secrets.properties is gitignored and is imported by application.properties.
|
|
|
|
DB_URL=jdbc:postgresql://<host>:<port>/<database>
|
|
DB_USERNAME=<database_username>
|
|
DB_PASSWORD=<database_password>
|
|
JWT_SECRET=<base64_hs256_secret_at_least_32_bytes>
|
|
AGORA_APP_ID=<agora_app_id>
|
|
AGORA_APP_CERTIFICATE=<agora_app_certificate>
|
|
FIREBASE_CREDENTIALS_PATH=classpath:firebase/google-services-admin.json
|