Add note about not using godoor_server in prod
This commit is contained in:
parent
b2e810f0dd
commit
8d4df68b95
7
godoor_server/README.md
Normal file
7
godoor_server/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Local Development Mock server
|
||||||
|
|
||||||
|
Just for simple local testing
|
||||||
|
|
||||||
|
# NOT TO BE USED IN PROD!
|
||||||
|
|
||||||
|
Move it into a seperate repo if before making it more useful
|
@ -1,4 +1,6 @@
|
|||||||
// really stupid test door server
|
// really stupid test door server
|
||||||
|
// Only for local testing
|
||||||
|
// I WIL HUNT YOU DOWN IT YOU TRY TO USE IT IN PROD!
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user