Implement contact form backend
This commit is contained in:
6
src/app/configs/gotify.config.ts
Normal file
6
src/app/configs/gotify.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { env } from '@extollo/lib'
|
||||
|
||||
export default {
|
||||
server: env('GOTIFY_SERVER'),
|
||||
app: env('GOTIFY_TOKEN'),
|
||||
}
|
||||
Reference in New Issue
Block a user