mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-08 14:58:36 -06:00
- Add golang-migrate based migration CLI in cmd/migrate/ - Extract hardcoded SQL migrations from connection.go to proper migration files - Create 0001_init migration with complete signatures table schema - Remove embedded migrations from Go code for cleaner separation - Support up/down/version/drop migration operations - Migration files follow semantic versioning starting at 0001
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"timeZone": "Europe/Paris",
|
|
"exceptionLogging": "STACKDRIVER",
|
|
"runtimeVersion": "V8",
|
|
"oauthScopes": [
|
|
"https://www.googleapis.com/auth/userinfo.email",
|
|
"https://www.googleapis.com/auth/userinfo.profile",
|
|
"https://www.googleapis.com/auth/drive.file",
|
|
"https://www.googleapis.com/auth/documents",
|
|
"https://www.googleapis.com/auth/script.container.ui",
|
|
"https://www.googleapis.com/auth/script.external_request"
|
|
],
|
|
"urlFetchWhitelist": [
|
|
"https://sign.neodtx.com/"
|
|
],
|
|
"addOns": {
|
|
"common": {
|
|
"name": "Signature & Certificat",
|
|
"logoUrl": "https://lh3.googleusercontent.com/-CeJhs3m4l3w/aLwUFVYqUNI/AAAAAAAAABg/qWFdtmoAp9469WfnKIF5-ujRwJj2j7ViACNcBGAsYHQ/s400/icon_128x128.png",
|
|
"useLocaleFromApp": true,
|
|
"homepageTrigger": {
|
|
"runFunction": "showSignatures"
|
|
},
|
|
"openLinkUrlPrefixes": [
|
|
"https://"
|
|
],
|
|
"universalActions": [
|
|
{
|
|
"label": "Vérifier document",
|
|
"runFunction": "checkDocument"
|
|
}
|
|
]
|
|
},
|
|
"docs": {
|
|
"homepageTrigger": {
|
|
"runFunction": "showSignatures"
|
|
},
|
|
"onFileScopeGrantedTrigger": {
|
|
"runFunction": "onDocsFileScopeGranted"
|
|
}
|
|
}
|
|
}
|
|
} |